From 05df2d2d069f533769b0c7042a2c80d68c04b898 Mon Sep 17 00:00:00 2001 From: "J.W" Date: Thu, 21 Feb 2019 14:20:33 +0800 Subject: [PATCH] Give more installation instruction about the mac app --- ci/osx/package.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ci/osx/package.sh b/ci/osx/package.sh index 5b577765c..814839b72 100755 --- a/ci/osx/package.sh +++ b/ci/osx/package.sh @@ -38,7 +38,15 @@ cp -R "${BUILD_DIR}"/docs/* "${GAME_DIR}" cp -R "${BUILD_DIR}"/ivan "${DATA_DIR}/Resources/data" cp -R "${SDL2DIR}"/*.framework "${DATA_DIR}/Frameworks" ln -s /Applications "${GAME_DIR}/Applications" -echo 'Drag IVAN.app into the Applications folder.' > "${GAME_DIR}/INSTALL.txt" +cat > "${GAME_DIR}/INSTALL.txt" << 'EOT' +To install, simply drag IVAN.app into the Applications folder. +Then it will also appear in Launchpad. + +You can also keep the app here and play the game right now. :) + +Unlike the dev version, the user data generated by this game will be stored in +"/Users/USERNAME/Library/Application Support/IVAN". +EOT BIN="${DATA_DIR}/MacOS/ivan" install_name_tool -add_rpath @loader_path/../Frameworks "${BIN}"