mirror of
https://github.com/imprudence/imprudence.git
synced 2026-08-14 00:58:02 +00:00
Name the Mac install package consistently with the other OSes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user