Skip to content

Commit

Permalink
Remove --no-embed-manifest option from PyInstaller command.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Oct 9, 2023
1 parent 0124851 commit 0b77158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion res/pyinstaller/create_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def main(variant):
# '--debug', 'noarchive',
'--windowed',
# '--console',
'--no-embed-manifest',
'--noconfirm',
'--hidden-import', 'scipy',
'--hidden-import', 'scipy.interpolate',
Expand Down

0 comments on commit 0b77158

Please sign in to comment.