Skip to content

Commit 56327a9

Browse files
committed
Add explanatory comments to launcher property
1 parent 0ce2ebd commit 56327a9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/manage/commands.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,10 @@ def execute(self):
274274
# Default: Python
275275
"start_folder": (str, None),
276276

277-
# Overrides for launcher executables
277+
# Overrides for launcher executables. Platform-specific versions will be
278+
# chosen automatically by inserting the last hypenated part of the tag
279+
# before the suffix, falling back on the default platform or '-64' and
280+
# eventually the unmodified version. See install_command._write_alias().
278281
# Default: .\launcher.exe and .\launcherw.exe
279282
"launcher_exe": (str, None, "path"),
280283
"launcherw_exe": (str, None, "path"),

0 commit comments

Comments
 (0)