diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index a03eb8eea..761ad7d7d 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -123,7 +123,7 @@ function Pack-Velopack-Installer($path, $version, $output) # Create UserData folder before Packing New-Item -ItemType Directory -Force -Path "$input\UserData" - vpk pack --packVersion $version --packDir $input --packId FlowLauncher --mainExe Flow.Launcher.exe --channel $channel + vpk pack --packVersion $version --packDir $input --packId FlowLauncher --mainExe Flow.Launcher.exe --channel $channel --outputDir $output --packTitle "Flow Launcher" --icon "$input\Images\app.ico" } function Publish-Self-Contained($p)