From 0b771584af1951b34b842ab9cd1de3043bbc0a06 Mon Sep 17 00:00:00 2001 From: Hugh Sorby Date: Mon, 9 Oct 2023 15:28:10 +1300 Subject: [PATCH] Remove --no-embed-manifest option from PyInstaller command. --- res/pyinstaller/create_application.py | 1 - 1 file changed, 1 deletion(-) diff --git a/res/pyinstaller/create_application.py b/res/pyinstaller/create_application.py index efcd6358..11896ecb 100644 --- a/res/pyinstaller/create_application.py +++ b/res/pyinstaller/create_application.py @@ -24,7 +24,6 @@ def main(variant): # '--debug', 'noarchive', '--windowed', # '--console', - '--no-embed-manifest', '--noconfirm', '--hidden-import', 'scipy', '--hidden-import', 'scipy.interpolate',