Also remove the ia32 arch from the update script

This commit is contained in:
Mikhail Zabaluev
2019-07-04 14:33:33 +03:00
parent 87b3c5cf4a
commit 6ba11b40b9
+1 -1
View File
@@ -24,7 +24,7 @@ if VERSION in data['modules'][-1]['sources'][-1]['url']:
print('No update needed. Current version: ' + VERSION)
sys.exit()
ARCHES = {'x64': -2, 'ia32': -1}
ARCHES = {'x64': -1}
for arch, pos in ARCHES.items():
source_entry = data['modules'][-1]['sources'][pos]