6 lines
193 B
PowerShell
Executable file
6 lines
193 B
PowerShell
Executable file
dotnet publish -p:PublishProfile=Windows
|
|
$compress = @{
|
|
Path = "out\release\windows\buypeeb.exe"
|
|
DestinationPath = "out\release\windows\buypeeb.zip"
|
|
}
|
|
Compress-Archive @compress
|