]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/appimage/sigrok-native-appimage
sigrok-cross-mingw: Also build PV manual
[sigrok-util.git] / cross-compile / appimage / sigrok-native-appimage
index cc27c5901ade5eedf594d7eea55a69934ae6a2f2..290ff3c7f69b0f16b3ed0e507f5be73beea026a6 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
@@ -128,11 +128,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
 
 ########################################################################