From: Kevin Ollivier Date: Fri, 13 Mar 2009 05:23:07 +0000 (+0000) Subject: Just move the binary inside of the app bundle instead of making a separate copy of... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8588ab380b8e64c1c4ba4db2b4b443bd2c8a3a38?ds=inline Just move the binary inside of the app bundle instead of making a separate copy of it in the bundle. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/mac_bundles.bkl b/build/bakefiles/mac_bundles.bkl index 8f417165eb..96847db952 100644 --- a/build/bakefiles/mac_bundles.bkl +++ b/build/bakefiles/mac_bundles.bkl @@ -61,8 +61,8 @@ echo -n "APPL????" >$(BUNDLE)/PkgInfo - - ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) + + mv $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns