This commit is contained in:
Paul Chote
2010-03-18 20:11:38 +13:00
parent 3c643160de
commit 9c5e7bd0e5
5 changed files with 12 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
# All dependencies are packaged inside the game bundle
# List of game files to copy into the app bundle
GAME_FILES="OpenRA shaders maps packaging/osx/settings.ini FreeSans.ttf FreeSansBold.ttf"
GAME_FILES="OpenRA shaders maps FreeSans.ttf FreeSansBold.ttf"
# List of mods to include
MODS="ra cnc"
@@ -16,7 +16,7 @@ MODS_INCLUDE_FILES="find mods/$m ! -name \"*.mdb\" ! -name \"packages\""
GAC_DYLIBS="/Library/Frameworks/Mono.framework/Versions/2.6.1/lib/libMonoPosixHelper.dylib /Library/Frameworks/Mono.framework/Versions/2.6.1/lib/libgdiplus.dylib"
# Remove old app bundle
rm -r OpenRA.app
rm -r OpenRA.app OpenRA
# Recursively modify and copy the mono files depended on by OpenRA into the app bundle
function patch_mono {