mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 03:12:21 +08:00
13 lines
141 B
Bash
Executable File
13 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
|