Tweaks
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user