pyinstaller macbuild*

This commit is contained in:
unknown 2022-05-06 12:02:33 +02:00
parent c4303352c4
commit f575385f70

View file

@ -322,7 +322,7 @@ elif sys.platform == 'darwin' :
for x in add_data:
run_darwin.append('--add-data=%s' % x.replace(';',':') )
if windowed == 'y':
run_win32.append('--windowed')
run_darwin.append('--windowed')
PyInstaller.__main__.run(run_darwin)
#Linux