mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use 7z instead of powershell native compression
This commit is contained in:
parent
8f5848fadc
commit
106812c547
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ function Publish-Portable ($outputLocation, $version) {
|
|||
|
||||
& $outputLocation\Flow-Launcher-v$v.exe --silent | Out-Null
|
||||
mkdir "$env:LocalAppData\FlowLauncher\app-$version\UserData"
|
||||
Compress-Archive -Path $env:LocalAppData\FlowLauncher -DestinationPath $outputLocation\Flow-Launcher-Portable.zip
|
||||
7z a $outputLocation\Flow-Launcher-Portable.zip $env:LocalAppData\FlowLauncher
|
||||
}
|
||||
|
||||
function Main {
|
||||
|
|
|
|||
Loading…
Reference in a new issue