1
0
Fork 0
mirror of synced 2024-05-19 12:02:54 +12:00

Change names in freeze.py, because camelCase is deprecated

This commit is contained in:
BuildTools 2021-09-02 23:55:50 +02:00
parent 9733a61f41
commit 6615a74f33

View file

@ -72,11 +72,11 @@ setup(name='Rare',
options=build_options,
executables=[
Executable('rare/Rare.py',
targetName=name,
target_name=name,
icon='rare/resources/images/Rare.ico',
base=base,
shortcutName=shortcutName,
shortcutDir=shortcutDir,
shortcut_name=shortcutName,
shortcut_dir=shortcutDir,
),
],
)