fixed powershell script
This commit is contained in:
parent
4723e64226
commit
a863c8a2c2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue