From e5ea08f46cd0e9066df9f30a156a9e9383e3561a Mon Sep 17 00:00:00 2001 From: qwint Date: Thu, 28 Nov 2024 00:02:13 -0600 Subject: [PATCH] Update worlds/LauncherComponents.py --- worlds/LauncherComponents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/LauncherComponents.py b/worlds/LauncherComponents.py index b09167c5d83a..854c02179235 100644 --- a/worlds/LauncherComponents.py +++ b/worlds/LauncherComponents.py @@ -35,7 +35,7 @@ class Component: script_name: Optional[str] """Recommended to use func instead; Name of file to run when the component is called""" frozen_name: Optional[str] - """Recommended to use func instead; Name of the frozen EXE file for this component""" + """Recommended to use func instead; Name of the frozen executable file for this component""" icon: str # just the name, no suffix """Lookup ID for the icon path in LauncherComponents.icon_paths""" cli: bool