File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ exe = EXE(
5454 upx = True ,
5555 upx_exclude = [],
5656 runtime_tmpdir = None ,
57- console = False ,
57+ console = False , # Set to False for GUI applications
5858 disable_windowed_traceback = False ,
5959 target_arch = None ,
6060 codesign_identity = None ,
@@ -67,14 +67,15 @@ app = BUNDLE(
6767 exe ,
6868 name = f'{ app_name } .app' ,
6969 icon = icon_path_source ,
70- bundle_identifier = 'siliv' , # CHANGE com.example
70+ bundle_identifier = 'com.sub01. siliv' ,
7171 info_plist = {
7272 'NSPrincipalClass' : 'NSApplication' ,
7373 'NSAppleScriptEnabled' : False ,
74+ 'LSUIElement' : '1' ,
7475 'CFBundleDisplayName' : app_name ,
7576 'CFBundleName' : app_name ,
7677 'CFBundleVersion' : '1.0.0' ,
7778 'CFBundleShortVersionString' : '1.0' ,
78- 'NSHumanReadableCopyright' : 'Copyright © 2025 Somewhere . All rights reserved.'
79+ 'NSHumanReadableCopyright' : 'Copyright © 2025 Sub01 . All rights reserved.'
7980 }
80- )
81+ )
You can’t perform that action at this time.
0 commit comments