Final touches for release script.

This commit is contained in:
Revertron
2021-04-18 23:46:59 +02:00
parent 3229f23b98
commit 8cbc26fdb8
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ fi
PKGNAME=$(sh contrib/semver/name.sh)
PKGVERSION=$(sh contrib/semver/version.sh --bare)
PKGARCH=${PKGARCH-amd64}
PKGFILE=$PKGNAME-$PKGARCH-v$PKGVERSION.deb
PKGFILE=$PKGNAME-$PKGARCH-v$PKGVERSION-nogui.deb
PKGREPLACES=alfis
#if [ $PKGBRANCH = "master" ]; then