IGN:Tag release

This commit is contained in:
Kovid Goyal 2009-10-09 20:21:40 -06:00
parent ed46e5c536
commit ece7233b91
3 changed files with 327 additions and 317 deletions

View File

@ -90,7 +90,7 @@ class UploadInstallers(Command):
def run(self, opts):
self.info('Uploading installers...')
installers = list(map(installer_name, ('dmg', 'exe', 'tar.bz2')))
installers = list(map(installer_name, ('dmg', 'msi', 'tar.bz2')))
installers.append(installer_name('tar.bz2', is64bit=True))
map(self.upload_installer, installers)

View File

@ -141,7 +141,7 @@ else:
def windows(self, req):
version = self.version_from_filename()
file = '%s-%s.exe'%(__appname__, version,)
file = '%s-%s.msi'%(__appname__, version,)
data = dict(version = version, name='windows',
installer_name='Windows installer',
title='Download %s for windows'%(__appname__),

File diff suppressed because it is too large Load Diff