1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-30 16:43:17 +00:00
This commit is contained in:
Alexander Xu
2023-06-30 09:10:55 -07:00
parent b2a079c958
commit 82bc405f6f
7 changed files with 11989 additions and 11856 deletions
+3 -3
View File
@@ -4,8 +4,8 @@ REM conda create -n qtenv python=3.7
REM conda activate qtenv
REM pip install PyQt5
pyuic5 gui/KCC.ui > kindlecomicconverter/KCC_ui.py
pyside6-uic gui/KCC.ui > kindlecomicconverter/KCC_ui.py
pyuic5 gui/MetaEditor.ui > kindlecomicconverter/KCC_ui_editor.py
pyside6-uic gui/MetaEditor.ui > kindlecomicconverter/KCC_ui_editor.py
pyrcc5 gui/KCC.qrc > kindlecomicconverter/KCC_rc.py
pyside6-rcc gui/KCC.qrc > kindlecomicconverter/KCC_rc.py