Build AppImage for release

This commit is contained in:
Ted John 2018-09-29 14:00:30 +01:00
parent 9da9a9968a
commit e46b5c752a
2 changed files with 1 additions and 1 deletions

0
scripts/linux/build-appimage-docker.sh Normal file → Executable file
View File

2
scripts/linux/build-appimage.sh Normal file → Executable file
View File

@ -28,7 +28,7 @@ pushd "$BUILD_DIR"
# standard linuxdeploy pattern
#see https://docs.appimage.org/packaging-guide/from-source/index.html for more information
cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -G Ninja
cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -G Ninja -DCMAKE_BUILD_TYPE=Release
ninja -v
DESTDIR=AppDir ninja install