From e1f27cdb4cafaa72a055e82f5dae06c27e7557e5 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 9 Mar 2018 09:59:35 -0500 Subject: [PATCH] genappimage: Create a type 2 AppImage --- scripts/genappimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genappimage.sh b/scripts/genappimage.sh index b891a3f629..3b7dd6f2bd 100755 --- a/scripts/genappimage.sh +++ b/scripts/genappimage.sh @@ -69,7 +69,7 @@ cd "$APP_BUILD_DIR" # Get out of AppImage directory. # - Expects: $ARCH, $APP, $VERSION env vars # - Expects: ./$APP.AppDir/ directory # - Produces: ../out/$APP-$VERSION.glibc$GLIBC_NEEDED-$ARCH.AppImage -generate_appimage +generate_type2_appimage # Moving the final executable to a different folder so it isn't in the # way for a subsequent build.