We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce2ebd commit 56327a9Copy full SHA for 56327a9
1 file changed
src/manage/commands.py
@@ -274,7 +274,10 @@ def execute(self):
274
# Default: Python
275
"start_folder": (str, None),
276
277
- # Overrides for launcher executables
+ # 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().
281
# Default: .\launcher.exe and .\launcherw.exe
282
"launcher_exe": (str, None, "path"),
283
"launcherw_exe": (str, None, "path"),
0 commit comments