From 2d71d71b92a21f5031c56f006cfccbb7152d7cba Mon Sep 17 00:00:00 2001 From: pchote Date: Fri, 19 Feb 2010 20:06:08 +1300 Subject: [PATCH] case insensitive filesystem ftl --- packaging/osx/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/osx/package.sh b/packaging/osx/package.sh index 5b395d0860..924dbe31e9 100755 --- a/packaging/osx/package.sh +++ b/packaging/osx/package.sh @@ -6,7 +6,7 @@ export CC="gcc -arch i386" export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig/ # Package a command-line binary for the server -mkbundle --deps -o OpenRA_Server OpenRA.Server.exe OpenRa.Fileformats.dll +mkbundle --deps -o OpenRA_Server OpenRA.Server.exe OpenRa.FileFormats.dll # Create the app bundle for the game macpack -mode:winforms -n OpenRA -r OpenRa.FileFormats.dll,OpenRa.Gl.dll,libglfw.dylib,thirdparty/Tao/Tao.Glfw.dll,thirdparty/Tao/Tao.Cg.dll,thirdparty/Tao/Tao.OpenGl.dll,thirdparty/Tao/Tao.OpenAl.dll,allies.mix,conquer.mix,expand2.mix,general.mix,hires.mix,interior.mix,redalert.mix,russian.mix,snow.mix,sounds.mix,temperat.mix,packaging/osx/settings.ini,line.fx,chrome-shp.fx,chrome-rgba.fx,bogus.sno,bogus.tem,world-shp.fx,tileSet.til,templates.ini,packaging/osx/OpenRa.icns,mods,maps OpenRa.Game.exe