Skip to content

Commit ade6880

Browse files
author
Sebastian Humenda
committed
add win64 as a prefix to windows builds.
1 parent bef1d4e commit ade6880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_windows_distributions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_python_version():
3636

3737
def get_executable_name(label):
3838
"""Construct the name of an executable"""
39-
return 'gladtex-%s-py_%s-%s.zip' % (gleetex.VERSION, get_python_version(),
39+
return 'gladtex-win64-%s-py_%s-%s.zip' % (gleetex.VERSION, get_python_version(),
4040
label)
4141

4242
def bundle_files(src, output_name):

0 commit comments

Comments
 (0)