Skip to content

Commit

Permalink
Rollback cx_Freeze settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeikobelev committed Dec 17, 2023
1 parent 08b2a09 commit 263fbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"SportOrg.pyw",
base=base,
icon=config.icon_dir("sportorg.ico"),
shortcutDir=config.NAME.lower(),
shortcut_dir=config.NAME.lower(),
copyright="GNU GENERAL PUBLIC LICENSE {}".format(config.NAME),
)
]
Expand Down

0 comments on commit 263fbcb

Please sign in to comment.