]> git.saurik.com Git - wxWidgets.git/commitdiff
Python App bundles built on Jaguar won't run on Panther because of the
authorRobin Dunn <robin@alldunn.com>
Mon, 8 Nov 2004 21:24:41 +0000 (21:24 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 8 Nov 2004 21:24:41 +0000 (21:24 +0000)
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

wxPython/distrib/mac/wxPythonOSX/build

index a9531de0d89696453c89c7ebb8b48a4ef6a8a60d..079418659f9de41ea453a16a50ea9542e3903568 100755 (executable)
@@ -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