Skip to content

Commit

Permalink
Update worlds/LauncherComponents.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint authored Nov 28, 2024
1 parent 0591a12 commit e5ea08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/LauncherComponents.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5ea08f

Please sign in to comment.