Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
up script
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Jan 20, 2020
1 parent 1097f5e commit e7def10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GITVER=$(git describe --tags)
OS=""
ARCH=""
EXESUFFIX=""
PKGCMD="gzip"
PKGCMD=
NOSTATIC=

for arg in "$@"; do
Expand All @@ -28,8 +28,8 @@ case $arg in
nostat)
NOSTATIC=1
;;
nozip)
PKGCMD=
gzip)
PKGCMD=gzip
;;
esac
done
Expand Down

0 comments on commit e7def10

Please sign in to comment.