Skip to content

Commit

Permalink
Add new "optimise" argument to it's correct category
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed Jun 1, 2024
1 parent 3b77993 commit e24d154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_py_to_exe/web/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const advancedSections = [
},
{
titleI18nPath: 'dynamic.title.howToGenerate',
options: ['debug', 'python_options', 'strip', 'noupx', 'upx_exclude'],
options: ['debug', 'optimize', 'python_options', 'strip', 'noupx', 'upx_exclude'],
},
{
titleI18nPath: 'dynamic.title.windowsAndMacOsXSpecificOptions',
Expand Down

0 comments on commit e24d154

Please sign in to comment.