Skip to content

Commit 0ad1d82

Browse files
fix(main.py): changed from .py to .pyw
made program properly launch just the app when in executable form Signed-off-by: Mythical-Github <MythicalData@gmail.com>
1 parent c68693f commit 0ad1d82

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies = [
6464

6565
[tool.hatch.envs.build.scripts]
6666
exe = [
67-
"pyinstaller --noconfirm --onefile --console --name ue4ss_installer_gui --icon=assets/images/project_main_icon.ico src/ue4ss_installer_gui/__main__.py",
67+
"pyinstaller --noconfirm --onefile --console --name ue4ss_installer_gui --icon=assets/images/project_main_icon.ico src/ue4ss_installer_gui/__main__.pyw",
6868
]
6969

7070
[tool.hatch.envs.scripts]

0 commit comments

Comments
 (0)