mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 01:46:15 +01:00
oops
This commit is contained in:
parent
9c2cf345dc
commit
bfa0600d3c
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ def run(self, opts):
|
|||
class BuildInstallers(BuildInstaller):
|
||||
|
||||
OS = ''
|
||||
ALL_ARCHES = '64'
|
||||
ALL_ARCHES = '64',
|
||||
|
||||
def run(self, opts):
|
||||
for bitness in self.ALL_ARCHES:
|
||||
|
|
|
|||
Loading…
Reference in a new issue