From 0ba421e10fdcf8bcb6840a3d0283ada4876d6d62 Mon Sep 17 00:00:00 2001 From: Syer10 Date: Sat, 27 Mar 2021 20:55:03 -0400 Subject: [PATCH] Revert "Temporarily use my repo for windows tachidesk building" This reverts commit b270a5e62f8f2c2830fef4be74323c65e1e6c5d7. --- scripts/SetupWindows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/SetupWindows.ps1 b/scripts/SetupWindows.ps1 index ecf6f42d..5cdb75c5 100644 --- a/scripts/SetupWindows.ps1 +++ b/scripts/SetupWindows.ps1 @@ -6,7 +6,7 @@ Remove-Item -Recurse -Force "tmp" -ErrorAction SilentlyContinue | Out-Null New-Item -ItemType Directory -Force -Path "tmp" Write-Output "Getting latest Tachidesk build files" -$zipball = (Invoke-WebRequest -Uri "https://api.github.com/repos/Syer10/Tachidesk/releases/latest").content | Select-String -Pattern 'https[\.:\/A-Za-z0-9]*zipball\/[a-zA-Z0-9.]*' -CaseSensitive +$zipball = (Invoke-WebRequest -Uri "https://api.github.com/repos/Suwayomi/Tachidesk/releases/latest").content | Select-String -Pattern 'https[\.:\/A-Za-z0-9]*zipball\/[a-zA-Z0-9.]*' -CaseSensitive Invoke-WebRequest -Uri $zipball.Matches.Value -OutFile tmp/Tachidesk.zip