mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 14:52:03 +01:00
Revert "Temporarily use my repo for windows tachidesk building"
This reverts commit b270a5e62f.
This commit is contained in:
@@ -6,7 +6,7 @@ Remove-Item -Recurse -Force "tmp" -ErrorAction SilentlyContinue | Out-Null
|
|||||||
New-Item -ItemType Directory -Force -Path "tmp"
|
New-Item -ItemType Directory -Force -Path "tmp"
|
||||||
|
|
||||||
Write-Output "Getting latest Tachidesk build files"
|
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
|
Invoke-WebRequest -Uri $zipball.Matches.Value -OutFile tmp/Tachidesk.zip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user