diff options
author | James McCoy <jamessan@jamessan.com> | 2018-03-09 09:59:35 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2018-03-09 20:49:26 -0500 |
commit | e1f27cdb4cafaa72a055e82f5dae06c27e7557e5 (patch) | |
tree | 53c32ec7a671a17ea4d5e311d2c233d5155e89d8 | |
parent | b0d08998f5b1c613e5a1a7b425ab228a0af637b7 (diff) | |
download | rneovim-e1f27cdb4cafaa72a055e82f5dae06c27e7557e5.tar.gz rneovim-e1f27cdb4cafaa72a055e82f5dae06c27e7557e5.tar.bz2 rneovim-e1f27cdb4cafaa72a055e82f5dae06c27e7557e5.zip |
genappimage: Create a type 2 AppImage
-rwxr-xr-x | scripts/genappimage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |