mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed make_release script on win64
This commit is contained in:
parent
fd5fe8b6ae
commit
614020de6e
|
@ -31,7 +31,7 @@ if platform == "src":
|
|||
# print(valid_platforms)
|
||||
# sys.exit(-1)
|
||||
|
||||
if platform == 'win32':
|
||||
if platform == 'win32' or platform == 'win64':
|
||||
exe_ext = ".exe"
|
||||
use_zip = 1
|
||||
use_gz = 0
|
||||
|
|
Loading…
Reference in a new issue