mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Create UserData folder before Packing
This commit is contained in:
parent
c058c649c2
commit
82584c26bb
1 changed files with 4 additions and 1 deletions
|
|
@ -119,7 +119,10 @@ function Pack-Velopack-Installer($path, $version, $output)
|
|||
{
|
||||
dotnet tool install --global vpk
|
||||
}
|
||||
|
||||
|
||||
# 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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue