mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Tag release
This commit is contained in:
parent
ed46e5c536
commit
ece7233b91
@ -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)
|
||||
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user