Skip to content

Commit 65aa63e

Browse files
Update constructor/main.py
Co-authored-by: Marco Esters <[email protected]>
1 parent 5e3e62d commit 65aa63e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constructor/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ def main_build(dir_path, output_dir='.', platform=cc_platform,
187187
else:
188188
env_config[config_key] = value
189189

190-
# Installers will provide shortcut options and features only if the user
191-
# didn't opt-out by setting every `menu_packages` item to an empty list
190+
# Installers will disable shortcut options and features only if the user
191+
# opted-out by setting every `menu_packages` item to an empty list
192192
info['_enable_shortcuts'] = bool(
193193
info.get("menu_packages", True)
194194
or any(

0 commit comments

Comments
 (0)