mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +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
|
# standard linuxdeploy pattern
|
||||||
#see https://docs.appimage.org/packaging-guide/from-source/index.html for more information
|
#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
|
ninja -v
|
||||||
DESTDIR=AppDir ninja install
|
DESTDIR=AppDir ninja install
|
||||||
|
|||||||
Reference in New Issue
Block a user