Skip to content

Commit

Permalink
Try embedding all files inside application to anonymise the pyc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Nov 11, 2021
1 parent 34fac30 commit 3fc8c4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/pyinstaller/create_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
run_command = [
'../../src/mapclient/application.py',
'-n', f'MAP-Client{variant}',
'--debug', 'noarchive',
# '--debug', 'noarchive',
'--windowed',
'--no-embed-manifest',
'--noconfirm',
'--hidden-import', 'scipy',
'--hidden-import', 'scipy.interpolate',
Expand Down

0 comments on commit 3fc8c4f

Please sign in to comment.