diff --git a/make_dmg.py b/make_dmg.py index 750f27f..8381a92 100644 --- a/make_dmg.py +++ b/make_dmg.py @@ -33,9 +33,9 @@ fileOSr = prod + '-osx-src.tar.gz' fileImg = prod + '.sparseimage' builds = ('sl', 'lion', 'ml') build_folders = ( - '10.5 and 10.6 (Snow)Leopard', - '10.7 Lion', - '10.8 M-Lion and 10.9 Mavericks' + '10.5(Leopard) 10.6( (S-Leopard)', + '10.7(Lion)', + '10.8(M-Lion) 10.9(Mavericks)' ) # Check presense of all builds diff --git a/osx/image/template.sparseimage.zip b/osx/image/template.sparseimage.zip index 6a4108b..43d8d4d 100644 Binary files a/osx/image/template.sparseimage.zip and b/osx/image/template.sparseimage.zip differ