]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/appimage/sigrok-native-appimage
mingw: README: Add hidapi.
[sigrok-util.git] / cross-compile / appimage / sigrok-native-appimage
index cc27c5901ade5eedf594d7eea55a69934ae6a2f2..a3ab9b5b48b1a37a3dfbc5725519be7dfbfdc489 100755 (executable)
@@ -10,7 +10,7 @@
 
 PREFIX=$HOME/sr
 
-APPIMAGEKIT_OUTDIR=$HOME/AppImageKit/out
+APPIMAGEKIT_OUTDIR=$HOME/AppImageKit/build/out
 
 # ARCH=i386
 ARCH=x86_64
@@ -28,6 +28,7 @@ else
 fi
 LOWERAPP=${APP,,} 
 
+export ARCH
 export STATIC_FILES=`pwd`/contrib
 
 # Add $APPIMAGEKIT_OUTDIR so we can find all the binaries there.
@@ -128,11 +129,10 @@ delete_blacklisted
 rm -r ./home
 
 ########################################################################
-# Determine the version of the app; also include needed glibc version
+# Determine the version of the app
 ########################################################################
 
-GLIBC_NEEDED=$(glibc_needed)
-VERSION="NIGHTLY.glibc$GLIBC_NEEDED"
+VERSION="NIGHTLY"
 echo $VERSION
 
 ########################################################################