diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index b573b984b64..57995125759 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -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 {