mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 07:13:07 +01:00
Build AppImage for release
This commit is contained in:
0
scripts/linux/build-appimage-docker.sh
Normal file → Executable file
0
scripts/linux/build-appimage-docker.sh
Normal file → Executable file
2
scripts/linux/build-appimage.sh
Normal file → Executable file
2
scripts/linux/build-appimage.sh
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user