From fd7142a85722cc2ff53556c6541fd607fac9c565 Mon Sep 17 00:00:00 2001 From: Bousqi Date: Sat, 20 Aug 2022 22:41:34 +0200 Subject: [PATCH] Updated README.md for UI generation Packing GUI executable --- README.md | 1 + osmad_gui.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 664ebc1..0d44b46 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ $ sudo apt install python3-pyqt5 pyqt5-dev-tools Before launching the application, you must build UIs and Resource file with the following commands ##### Generate UIs $ pyuic5 src/ui/ui_main.ui -o src/ui/ui_main.py + $ pyuic5 src/ui/ui_settings.ui -o src/ui/ui_settings.py ##### Generate Res file $ pyrcc5 src/resources.qrc -o src/resources_rc.py diff --git a/osmad_gui.spec b/osmad_gui.spec index 8298e01..0788583 100644 --- a/osmad_gui.spec +++ b/osmad_gui.spec @@ -30,7 +30,7 @@ exe = EXE(pyz, debug=False, bootloader_ignore_signals=False, strip=False, - upx=False, + upx=True, upx_exclude=[], runtime_tmpdir=None, console=False,