Skip to content

Commit e6785dc

Browse files
committed
standardise flow installer- remove version from exe installer
1 parent 309ee29 commit e6785dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/post_build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
8989
Move-Item $temp\* $output -Force
9090
Remove-Item $temp
9191

92-
$file = "$output\Flow-Launcher-v$version.exe"
92+
$file = "$output\Flow-Launcher-Setup.exe"
9393
Write-Host "Filename: $file"
9494

9595
Move-Item "$output\Setup.exe" $file -Force
@@ -109,7 +109,7 @@ function Publish-Self-Contained ($p) {
109109

110110
function Publish-Portable ($outputLocation, $version) {
111111

112-
& $outputLocation\Flow-Launcher-v$v.exe --silent | Out-Null
112+
& $outputLocation\Flow-Launcher-Setup.exe --silent | Out-Null
113113
mkdir "$env:LocalAppData\FlowLauncher\app-$version\UserData"
114114
Compress-Archive -Path $env:LocalAppData\FlowLauncher -DestinationPath $outputLocation\Flow-Launcher-Portable.zip
115115
}

0 commit comments

Comments
 (0)