1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Remove redundant CLI flags

This commit is contained in:
TheAssassin
2018-08-29 22:32:43 +02:00
parent b189ea27b4
commit 0b3ddc85d6

View File

@@ -30,7 +30,7 @@ pushd "$BUILD_DIR"
#see https://docs.appimage.org/packaging-guide/from-source/index.html for more information
cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -G Ninja
ninja -v -j$(nproc)
ninja -v
DESTDIR=AppDir ninja install
wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage