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:
parent
3249a43c96
commit
a74ed7047f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user