Update pyinstaller.py

This commit is contained in:
Dpeta 2022-03-24 21:29:12 +01:00 committed by GitHub
parent 6e808e684a
commit 858ab2fafd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',