Add icon for installer

This commit is contained in:
VictoriousRaptor 2024-05-03 19:47:16 +08:00
parent 0982e9b5fe
commit 40691a644c

View file

@ -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)