Skip to content

Commit

Permalink
Tweaked build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxbud committed Dec 12, 2021
1 parent ee05e0f commit fbaf687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

# Constants.

_POSTREL=""
_VERSUFFIX=""
if [ $# -eq 1 ]; then
_POSTREL="-$1"
_VERSUFFIX="-$1"
fi
_VERSION="$(date -u +'%Y%m%d')$_POSTREL"
_VERSION="$(date -u +'%Y%m%d')$_VERSUFFIX"

_SCRIPT="$(realpath "$0")"

Expand Down

0 comments on commit fbaf687

Please sign in to comment.