generate_release.py: fix syntax error

This commit is contained in:
Jesus 2023-09-11 04:07:15 +08:00
parent cb4ceefada
commit 89e21302e3
No known key found for this signature in database
GPG Key ID: E607CE7149F4D71C

View File

@ -18,7 +18,7 @@ if len(sys.argv) > 2:
else:
bitness = '64'
if latest_version = 'oldwin':
if latest_version == 'oldwin':
bitness = '32'
latest_version = '3.7.9'
suffix = 'windows-vista-7-only'