From 75ea18ad00ed76ab13c4dbf43a54d8f4bf6571f9 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Mon, 23 Feb 2026 22:15:47 -0300 Subject: [PATCH] build/linux: Explain a bit type2-runtime peculiar check --- build/linux/appimage/3_dist-gimp-goappimage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/linux/appimage/3_dist-gimp-goappimage.sh b/build/linux/appimage/3_dist-gimp-goappimage.sh index 8c082a2767..17bf2a0052 100644 --- a/build/linux/appimage/3_dist-gimp-goappimage.sh +++ b/build/linux/appimage/3_dist-gimp-goappimage.sh @@ -71,6 +71,7 @@ if [ "$MODE" != '--bundle-only' ]; then static_runtime_version_downloaded=$("./runtime-$HOST_ARCH" --appimage-version 2>&1) chmod -x "./runtime-$HOST_ARCH" if [ "${static_runtime_version_downloaded#*commit/}" != "$(echo "$static_runtime_version_online" | cut -c1-7)" ]; then + #Needed partly due to type2-runtime/appimagetool limitations: https://github.com/AppImage/appimagetool/issues/80 printf '\033[31m(ERROR)\033[0m: Downloaded runtime version differs from the one released online. Please, run again this script.\n' exit 1 fi