Make our IFolder zip support actually work.

This commit is contained in:
Paul Chote
2010-11-21 11:36:59 +13:00
parent e79d039aa0
commit d7e8388600
7 changed files with 21 additions and 22 deletions

View File

@@ -17,9 +17,8 @@ fi
cp -rv template.app OpenRA.app
cp -rv $2/* "OpenRA.app/Contents/Resources/" || exit 3
# Remove the tao and WindowsBase dlls (they are shipped in the deps package)
# Remove the tao dlls (they are shipped in the deps package)
rm OpenRA.app/Contents/Resources/Tao.*
rm OpenRA.app/Contents/Resources/WindowsBase.dll
# Icon isn't used, and editor doesn't work under mono 2.8
rm OpenRA.app/Contents/Resources/OpenRA.ico