db260179/ps3syscon

[python-gui] Pyinstaller doesn't include the gui_diag_serial.py

db260179 opened this issue · 1 comments

When doing a
pyinstaller --onefile --hidden-import Cryptodome.Cipher.AES --add-data "gui_diag_serial.py:." gui_ps3_syscon_uart_script.py
Running the compiled executable says the 'gui_ps3_syscon_uart_script.py' is missing, only way for it to work is to include in the same directory.