Name the Mac install package consistently with the other OSes.

This commit is contained in:
David Walter Seikel
2013-12-13 12:57:45 +10:00
parent 2fc0375d97
commit b9007da78f
+1 -1
View File
@@ -747,7 +747,7 @@ class DarwinManifest(ViewerManifest):
if not self.default_channel():
channel_standin = self.channel()
imagename=self.installer_prefix() + '-'.join(self.args['version'])
imagename=self.installer_prefix() + '.'.join(self.args['version']) + "-Mac-X86"
volname="Imprudence Installer" # DO NOT CHANGE without understanding comment above