diff --git a/setup_bdist_msi.py b/setup_bdist_msi.py index 4c69390..bea2f60 100644 --- a/setup_bdist_msi.py +++ b/setup_bdist_msi.py @@ -75,9 +75,9 @@ Executable( script="stressor/stressor_cli.py", base=None, - targetName="stressor.exe", + target_name="stressor.exe", icon="docs/logo.ico", - shortcutName="stressor", + shortcut_name="stressor", copyright="(c) 2020-2024 Martin Wendt", ) ]