Update pyinstaller.py
This commit is contained in:
parent
6e808e684a
commit
858ab2fafd
1 changed files with 0 additions and 1 deletions
|
@ -269,7 +269,6 @@ if sys.platform == 'win32':
|
|||
PyInstaller.__main__.run(run_win32)
|
||||
#MacOS
|
||||
elif sys.platform == 'darwin' :
|
||||
input("NOTE: Building with pyinstaller on MacOS doesn't seem to work for me.")
|
||||
run_darwin =[
|
||||
'pesterchum.py',
|
||||
'--name=Pesterchum',
|
||||
|
|
Loading…
Reference in a new issue