fixed powershell script

This commit is contained in:
Lynne Megido 2020-09-06 20:40:46 +10:00
parent 4723e64226
commit a863c8a2c2
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -2,5 +2,6 @@ dotnet publish -p:PublishProfile=Windows
$compress = @{ $compress = @{
Path = "out\release\windows\buypeeb.exe" Path = "out\release\windows\buypeeb.exe"
DestinationPath = "out\release\windows\buypeeb.zip" DestinationPath = "out\release\windows\buypeeb.zip"
Force = $True
} }
Compress-Archive @compress Compress-Archive @compress