Skip to content

Commit

Permalink
Updated README.md for UI generation
Browse files Browse the repository at this point in the history
Packing GUI executable
  • Loading branch information
bousqi committed Aug 20, 2022
1 parent 88bf936 commit fd7142a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion osmad_gui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fd7142a

Please sign in to comment.