From 3fc8c4fd2e6e350303653eb20babf54b68fbcef7 Mon Sep 17 00:00:00 2001 From: hsorby Date: Thu, 11 Nov 2021 16:15:56 +1300 Subject: [PATCH] Try embedding all files inside application to anonymise the pyc files. --- res/pyinstaller/create_application.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/pyinstaller/create_application.py b/res/pyinstaller/create_application.py index 89e86e2e..99459df6 100644 --- a/res/pyinstaller/create_application.py +++ b/res/pyinstaller/create_application.py @@ -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',