Skip to content

Commit

Permalink
🐛 修复 setup 脚本中的 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeal-L committed Apr 3, 2024
1 parent 822a303 commit 876e4cd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 999 deletions.
52 changes: 26 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ poetry install --no-root
echo -e "\033[34m\n 重新编译UI文件 ... \n\033[0m"
poetry run pyside6-rcc src/ui/PySide_src/resource.qrc -o src/ui/PySide_src/resource_rc.py
poetry run pyside6-uic src/ui/PySide_src/mainWindow.ui -o src/ui/PySide_src/mainWindow_ui.py
poetry run pyside6-uic src/ui/PySide_src/mainWindow_mac.ui -o src/ui/PySide_src/mainWindow_ui_mac.py
poetry run pyside6-uic src/ui/PySide_src/mainWindow_mac.ui -o src/ui/PySide_src/mainWindow_mac_ui.py
poetry run pyside6-uic src/ui/PySide_src/myAbout.ui -o src/ui/PySide_src/myAbout_ui.py
poetry run pyside6-uic src/ui/PySide_src/qrCode.ui -o src/ui/PySide_src/qrCode_ui.py

Expand Down
Loading

0 comments on commit 876e4cd

Please sign in to comment.