1
0
Fork 0

Correzione script di nuovo.

This commit is contained in:
Emiliano Vavassori 2022-03-31 01:00:13 +02:00
parent 6510226227
commit a68882888a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def build(arch, language, offline, portable, updatable, download_path, repo_path
arches = []
if arch.lower() == 'all':
# We need to build it twice.
arches = [ u'x86', u'x86_64' ]
arches = [ 'x86', 'x86_64' ]
else:
arches = [ arch.lower().decode('utf-8') ]