]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/appimage/sigrok-native-appimage
sigrok-native-appimage: Bump upstream files in contrib/.
[sigrok-util.git] / cross-compile / appimage / sigrok-native-appimage
index df14dfa01ad072b5b032df1aba79fe18b55d6bbe..d4dc1914ae63bb4917a553d18392a63e2abd340c 100755 (executable)
@@ -12,6 +12,7 @@ PREFIX=$HOME/sr
 
 APPIMAGEKIT_OUTDIR=$HOME/AppImageKit/out
 
+# ARCH=i386
 ARCH=x86_64
 
 PYVER=3.4
@@ -112,9 +113,8 @@ rm -r ./home
 # Determine the version of the app; also include needed glibc version
 ########################################################################
 
-VER1="NIGHTLY"
 GLIBC_NEEDED=$(glibc_needed)
-VERSION=$VER1.glibc$GLIBC_NEEDED
+VERSION="NIGHTLY.glibc$GLIBC_NEEDED"
 echo $VERSION
 
 ########################################################################