Explorar el Código

Remove dash from version suffix

Danilo Bargen hace 6 años
padre
commit
46b5f27ea1
Se han modificado 1 ficheros con 1 adiciones y 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