From 2282f043329615c29f2c11bb54209e007e1e31c7 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 11 Aug 2021 19:47:25 +1000 Subject: [PATCH] fix WinGet publish due to change installer name fix WinGet publish due to change installer name in 1.8.2 release --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a764edbfd..8f0ceee5b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -79,5 +79,5 @@ on_success: if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and $env:APPVEYOR_REPO_TAG -eq "true") { iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe - .\wingetcreate.exe update Flow-Launcher.Flow-Launcher -s true -u https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v$env:flowVersion/Flow-Launcher-v$env:flowVersion.exe -v $env:flowVersion -t $env:winget_token + .\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 }