Skip to content

Commit

Permalink
Builder|Mac OS X: Renamed distribution package wrt 32/64-bit
Browse files Browse the repository at this point in the history
The 64-bit package is now the default, so the 32-bit one is identified
as "_32bit.dmg" while the first one is just ".dmg".
  • Loading branch information
skyjake committed Feb 16, 2013
1 parent 2d62ba0 commit 623115c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distrib/builder/event.py
Expand Up @@ -37,8 +37,8 @@ def __init__(self, build=None):

# Platforms: Name File ext sys_id()
self.oses = [('Windows (x86)', '.exe', 'win32-32bit'),
('Mac OS X 10.4+ (ppc/i386)', '.dmg', 'darwin-32bit'),
('Mac OS X 10.6+ (x86_64/i386)', '64bit.dmg', 'darwin-64bit'),
('Mac OS X 10.4+ (ppc/i386)', '32bit.dmg', 'darwin-32bit'),
('Mac OS X 10.6+ (x86_64/i386)', '.dmg', 'darwin-64bit'),
('Ubuntu (x86)', 'i386.deb', 'linux2-32bit'),
('Ubuntu (x86_64)', 'amd64.deb', 'linux2-64bit')]

Expand Down

0 comments on commit 623115c

Please sign in to comment.