Skip to content

Commit

Permalink
Add icon for installer
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriousRaptor committed May 3, 2024
1 parent 683de6d commit a078d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/post_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a078d62

Please sign in to comment.