Browse Source

Update OSX DMG template for Mavericks.

pull/175/head
shypike 11 years ago
parent
commit
6f6d57f76d
  1. 6
      make_dmg.py
  2. BIN
      osx/image/template.sparseimage.zip

6
make_dmg.py

@ -33,9 +33,9 @@ fileOSr = prod + '-osx-src.tar.gz'
fileImg = prod + '.sparseimage'
builds = ('sl', 'lion', 'ml')
build_folders = (
'OS X 10.5 and 10.6 (Leopards)',
'OS X 10.7 (Lion)',
'OS X 10.8 (Mountain Lion)'
'10.5 (Leopard) 10.6 (S-Leopard)',
'10.7 (Lion)',
'10.8 (M-Lion) 10.9 (Mavericks)'
)
# Check presense of all builds

BIN
osx/image/template.sparseimage.zip

Binary file not shown.
Loading…
Cancel
Save