]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/appimage/sigrok-native-appimage
sigrok-native-appimage: Don't add the glibc version to the filename.
[sigrok-util.git] / cross-compile / appimage / sigrok-native-appimage
index cc27c5901ade5eedf594d7eea55a69934ae6a2f2..4774c7318caf6db7e3ab7b20531007f428c906e7 100755 (executable)
@@ -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
 
 ########################################################################