Python App bundles built on Jaguar won't run on Panther because of the

different paths to the Python.app so we need to differentiate the two
builds for the docs-demo disk image.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-11-08 21:24:41 +00:00
parent 3249a43c96
commit a74ed7047f

View File

@ -596,7 +596,7 @@ EOF
# and then finally make a disk image containing everything
dmgname=wxPython${SHORTVER}-osx-docs-demos-$VERSION
dmgname=wxPython${SHORTVER}-osx-docs-demos-$VERSION-$KIND
$PROGDIR/../makedmg $DMGAPPS $DMGDIR $dmgname
echo Moving $DMGDIR/$dmgname.dmg to $DESTDIR