mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add icon for installer
This commit is contained in:
parent
0982e9b5fe
commit
40691a644c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue