Skip to content

Commit 96ab33b

Browse files
committed
fix winget update causing incompatibility with always retrieving latest
1 parent 25b4e2b commit 96ab33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ on_success:
7878
- ps: |
7979
if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and $env:APPVEYOR_REPO_TAG -eq "true")
8080
{
81-
iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe
81+
iwr https://github.com/microsoft/winget-create/releases/download/v0.2.0.29-preview/wingetcreate.exe -OutFile wingetcreate.exe
8282
.\wingetcreate.exe update Flow-Launcher.Flow-Launcher -s true -u https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v$env:flowVersion/Flow-Launcher-Setup.exe -v $env:flowVersion -t $env:winget_token
8383
}

0 commit comments

Comments
 (0)