We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72be2bc + 5a55273 commit 19aa45dCopy full SHA for 19aa45d
appveyor.yml
@@ -67,3 +67,15 @@ deploy:
67
force_update: true
68
on:
69
APPVEYOR_REPO_TAG: true
70
+
71
+environment:
72
+ winget_token:
73
+ secure: HKfVT2FYZITAG0qqMCePYhIem5a/gzvAgYDSlr6RlXfGmeBUOANUtgJ9X6fNroxN
74
75
+on_success:
76
+ - ps: |
77
+ if ($env:APPVEYOR_REPO_BRANCH -eq "master")
78
+ {
79
+ iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe
80
+ .\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
81
+ }
0 commit comments