Update Tachidesk server to v0.4.1

This commit is contained in:
Syer10
2021-05-28 16:41:26 -04:00
parent 6d47cea979
commit eb2a2e56f9
5 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ Write-Output "Getting latest Tachidesk build files"
#Invoke-WebRequest -Uri $zipball.Matches.Value -OutFile tmp/Tachidesk.zip -UseBasicParsing
Invoke-WebRequest -Uri "https://github.com/Suwayomi/Tachidesk/archive/refs/tags/v0.3.7.zip" -OutFile tmp/Tachidesk.zip -UseBasicParsing
Invoke-WebRequest -Uri "https://github.com/Suwayomi/Tachidesk/archive/refs/tags/v0.4.1.zip" -OutFile tmp/Tachidesk.zip -UseBasicParsing
Expand-Archive -Path "tmp/Tachidesk.zip" -DestinationPath "tmp"