X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fappimage%2Fsigrok-native-appimage;h=a3ab9b5b48b1a37a3dfbc5725519be7dfbfdc489;hp=cc27c5901ade5eedf594d7eea55a69934ae6a2f2;hb=3aabe9a93a530c7db4beb58e5f365e690a82734f;hpb=ea193494966e38fae4e9eda91d4b273b8444101f diff --git a/cross-compile/appimage/sigrok-native-appimage b/cross-compile/appimage/sigrok-native-appimage index cc27c59..a3ab9b5 100755 --- a/cross-compile/appimage/sigrok-native-appimage +++ b/cross-compile/appimage/sigrok-native-appimage @@ -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 ########################################################################