mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add version number in installer, fix #696
This commit is contained in:
parent
cf6fca8e76
commit
7d3617c27f
1 changed files with 4 additions and 1 deletions
|
|
@ -15,4 +15,7 @@ Write-Host "nupkg path: " + $nupkgPath
|
|||
$squirrelPath = $env:APPVEYOR_BUILD_FOLDER + "\packages\squirrel*\tools\Squirrel.com"
|
||||
Write-Host "squirrel path: " + $squirrelPath
|
||||
$iconPath = $env:APPVEYOR_BUILD_FOLDER + "\Wox\Resources\app.ico"
|
||||
& $squirrelPath --releasify $nupkgPath --setupIcon $iconPath --no-msi
|
||||
& $squirrelPath --releasify $nupkgPath --setupIcon $iconPath --no-msi
|
||||
|
||||
$path = "Releases\" + "Wox-" + $env:APPVEYOR_BUILD_VERSION + ".exe"
|
||||
mv Releases\Setup.exe $path
|
||||
|
|
|
|||
Loading…
Reference in a new issue