mirror of
https://github.com/yihong0618/Kindle_download_helper.git
synced 2025-11-22 07:59:04 +08:00
feat: Add version to GUI window title (#91)
This commit is contained in:
12
Makefile
12
Makefile
@@ -1,5 +1,5 @@
|
||||
all: dep ui
|
||||
pyinstaller -F -w -i resource/kindle.icns kindle_download_helper.py
|
||||
pyinstaller -F -w -i resource/kindle.icns -n kindle_download_helper kindle_gui.py
|
||||
|
||||
dep:
|
||||
pip install -r requirements.txt
|
||||
@@ -8,9 +8,9 @@ gui_dep:
|
||||
pip install -r requirements_gui.txt
|
||||
|
||||
ui: gui_dep
|
||||
pyside6-rcc ./icon.qrc -o icon_rc.py
|
||||
pyside6-uic ./kindle.ui -o ui_kindle.py
|
||||
clean:
|
||||
rm -rf dist build kindle_download_helper.spec
|
||||
pyside6-rcc gui/icon.qrc -o gui/icon_rc.py
|
||||
pyside6-uic gui/kindle.ui -o gui/ui_kindle.py
|
||||
clean:
|
||||
rm -rf dist build kindle_gui.spec
|
||||
|
||||
.PHONY: all dep gui_dep ui
|
||||
.PHONY: all dep gui_dep ui clean
|
||||
|
||||
Reference in New Issue
Block a user