diff --git a/scripts/SetupUnix.sh b/scripts/SetupUnix.sh index 615ec0cb..4dc691ea 100755 --- a/scripts/SetupUnix.sh +++ b/scripts/SetupUnix.sh @@ -10,7 +10,7 @@ echo "Getting latest Tachidesk build files" #TARBALL_LINK="$(curl -s "https://api.github.com/repos/Suwayomi/Tachidesk/releases/latest" | grep -o "https.*tarball\/[a-zA-Z0-9.]*")" #curl -L "$TARBALL_LINK" -o tmp/Tachidesk.tar -curl -L "https://github.com/Suwayomi/Tachidesk/archive/refs/tags/v0.4.1.tar.gz" -o tmp/Tachidesk.tar.gz +curl -L "https://github.com/Suwayomi/Tachidesk/archive/refs/tags/v0.4.2.tar.gz" -o tmp/Tachidesk.tar.gz tar -xvf tmp/Tachidesk.tar.gz -C tmp diff --git a/scripts/SetupWindows.ps1 b/scripts/SetupWindows.ps1 index b8b0dff5..d044402b 100644 --- a/scripts/SetupWindows.ps1 +++ b/scripts/SetupWindows.ps1 @@ -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.4.1.zip" -OutFile tmp/Tachidesk.zip -UseBasicParsing +Invoke-WebRequest -Uri "https://github.com/Suwayomi/Tachidesk/archive/refs/tags/v0.4.2.zip" -OutFile tmp/Tachidesk.zip -UseBasicParsing Expand-Archive -Path "tmp/Tachidesk.zip" -DestinationPath "tmp"