fixed make_release script on win64

This commit is contained in:
oy 2013-05-02 00:38:32 +02:00
parent fd5fe8b6ae
commit 614020de6e

View file

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