Files
sourcegit/build/scripts/package.win.ps1
2025-07-28 21:30:41 +08:00

2 lines
161 B
PowerShell

Remove-Item -Path build\SourceGit\*.pdb -Force
Compress-Archive -Path build\SourceGit -DestinationPath "build\sourcegit_${env:VERSION}.${env:RUNTIME}.zip" -Force