[patch] make_mac_bundle.sh
Posted: Sat Dec 18, 2010 5:49 am
Hi,
the current version of "make_mac_bundle.sh" has several shortcomings :
the current version of "make_mac_bundle.sh" has several shortcomings :
- Only works with monolithic wxWidgets build (this is the main issue here)
- Modifies the files then copies them around; I made it so that it first copies the files, then edits their paths. This is a minor change but I think it's cleaner this way Sometimes I build, notice I screwed up my wx paths, so I fix my paths and would like to re-run the bundling script, but atm it's impossible short of re-linking everything. As i said, minor, but helpful IMO