1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Build versioned AppImages (#10265)

This commit is contained in:
TheAssassin
2019-11-19 16:00:51 +01:00
committed by Michael Steenbeek
parent c04cb0b94b
commit 0152eaa246

View File

@@ -26,6 +26,8 @@ OLD_CWD=$(readlink -f .)
pushd "$BUILD_DIR"
export VERSION=$(cd "$REPO_ROOT" && git describe --tags)
# 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 -DCMAKE_BUILD_TYPE=Release