mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Remove redundant CLI flags
This commit is contained in:
parent
b189ea27b4
commit
0b3ddc85d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue