This commit is contained in:
Kovid Goyal 2021-12-31 10:10:39 +05:30
parent 9c2cf345dc
commit bfa0600d3c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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: