We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cd7554 + 23eb28f commit 67bca1fCopy full SHA for 67bca1f
OpenRA.Launcher.Mac/build/Release/OpenRA.app/Contents/Resources/SDL
-638 KB
packaging/osx/buildpackage.sh
@@ -21,6 +21,11 @@ cp -rv $2/* "OpenRA.app/Contents/Resources/" || exit 3
21
rm OpenRA.app/Contents/Resources/OpenRA.ico
22
rm OpenRA.app/Contents/Resources/OpenRA.Editor.exe
23
24
+# Change the .config to use the packaged SDL
25
+sed "s/\/Library\/Frameworks\/SDL.framework/./" OpenRA.app/Contents/Resources/Tao.Sdl.dll.config > temp
26
+mv temp OpenRA.app/Contents/Resources/Tao.Sdl.dll.config
27
+rm temp
28
+
29
# Package app bundle into a zip and clean up
30
zip OpenRA-$1 -r -9 OpenRA.app
31
mv OpenRA-$1.zip $3
0 commit comments