Skip to content

Commit fd0b85c

Browse files
committed
python: Launch GUI by default
pyinstaller just runs the script, so we need to make the default, the gui. Signed-off-by: Daniel Schaefer <[email protected]>
1 parent c3d7359 commit fd0b85c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

python/inputmodule/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,4 +404,4 @@ def main_gui():
404404

405405

406406
if __name__ == "__main__":
407-
main_cli()
407+
main_gui()

python/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ dependencies = [
3737
Issues = "https://github.com/FrameworkComputer/inputmodule-rs/issues"
3838
Source = "https://github.com/FrameworkComputer/inputmodule-rs"
3939

40-
# TODO: Figure out how to add a runnable-script
4140
[project.scripts]
4241
ledmatrixctl = "inputmodule.cli:main_cli"
4342

0 commit comments

Comments
 (0)