pyinstaller macbuild*
This commit is contained in:
parent
c4303352c4
commit
f575385f70
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ elif sys.platform == 'darwin' :
|
||||||
for x in add_data:
|
for x in add_data:
|
||||||
run_darwin.append('--add-data=%s' % x.replace(';',':') )
|
run_darwin.append('--add-data=%s' % x.replace(';',':') )
|
||||||
if windowed == 'y':
|
if windowed == 'y':
|
||||||
run_win32.append('--windowed')
|
run_darwin.append('--windowed')
|
||||||
PyInstaller.__main__.run(run_darwin)
|
PyInstaller.__main__.run(run_darwin)
|
||||||
|
|
||||||
#Linux
|
#Linux
|
||||||
|
|
Loading…
Reference in a new issue