Explorar o código

Remove dash from version suffix

Danilo Bargen %!s(int64=6) %!d(string=hai) anos
pai
achega
46b5f27ea1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dist/package.sh

+ 1 - 1
dist/package.sh

@@ -11,7 +11,7 @@ echo -e "Creating release distribution for Threema Web\n"
 
 # Determine suffix
 if [ $# -gt 0 ]; then
-    SUFFIX="-$1"
+    SUFFIX="$1"
 else
     SUFFIX=""
 fi