mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d5d0b79af3
commit
78c650cb0e
@ -148,8 +148,6 @@ class UploadInstallers(Command): # {{{
|
||||
parser.add_option('--replace', default=False, action='store_true', help='Replace existing installers')
|
||||
|
||||
def run(self, opts):
|
||||
upload_to_fosshub()
|
||||
return
|
||||
all_possible = set(installers())
|
||||
available = set(glob.glob('dist/*'))
|
||||
files = {x:installer_description(x) for x in
|
||||
|
Loading…
x
Reference in New Issue
Block a user