mirror of
https://github.com/lesserkuma/FlashGBX.git
synced 2026-04-24 15:27:15 -05:00
macos: Don't build app bundle with console enabled
Enabling console in pyinstaller will prevent the app from showing its own menubar when in the foreground and also prevents it from appearing in the dock. If you've got other applications/windows open, this can make it appear hidden in the background & more difficult to make active.
This commit is contained in:
parent
c7f1688551
commit
7e09bb913e
2
.github/build/macOS/FlashGBX.spec
vendored
2
.github/build/macOS/FlashGBX.spec
vendored
|
|
@ -23,7 +23,7 @@ exe = EXE(
|
|||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
console=True,
|
||||
console=False,
|
||||
icon=['FlashGBX/res/icon.ico'],
|
||||
)
|
||||
coll = COLLECT(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user