sourcegit/build/scripts/package.windows-portable.sh
Aikawa Yataro 57936201b4
refactor: remove pointless variable checks
`set -u` was introduced in 6461765
2024-11-12 10:26:19 +00:00

12 lines
141 B
Bash
Executable file

#!/usr/bin/env bash
set -e
set -o
set -u
set pipefail
cd build
rm -rf SourceGit/*.pdb
zip "sourcegit_$VERSION.$RUNTIME.zip" -r SourceGit