genappimage: Create a type 2 AppImage

This commit is contained in:
James McCoy 2018-03-09 09:59:35 -05:00
parent b0d08998f5
commit e1f27cdb4c
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -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.