From: Robin Dunn Date: Mon, 8 Nov 2004 21:24:41 +0000 (+0000) Subject: Python App bundles built on Jaguar won't run on Panther because of the X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a74ed7047fcc734117390bcad7a58a064a4ea616 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 --- diff --git a/wxPython/distrib/mac/wxPythonOSX/build b/wxPython/distrib/mac/wxPythonOSX/build index a9531de0d8..079418659f 100755 --- a/wxPython/distrib/mac/wxPythonOSX/build +++ b/wxPython/distrib/mac/wxPythonOSX/build @@ -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