Skip to content

Commit

Permalink
PublishToItch.ps1: Use new butler download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Nov 30, 2024
1 parent 6dd43e5 commit 41ac843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobuild/PublishToItch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $archForButler = switch ($Arch) {
}
}

Invoke-WebRequest -Uri "https://broth.itch.ovh/butler/$osForButler-$archForButler/LATEST/archive/default" -OutFile butler.zip
Invoke-WebRequest -Uri "https://broth.itch.zone/butler/$osForButler-$archForButler/LATEST/archive/default" -OutFile butler.zip
[System.IO.Compression.ZipFile]::ExtractToDirectory('butler.zip', 'butler')

if (!$IsWindows) {
Expand Down

0 comments on commit 41ac843

Please sign in to comment.