Skip to content

Commit

Permalink
修改CI
Browse files Browse the repository at this point in the history
  • Loading branch information
northgreen committed Jul 2, 2024
1 parent 6d7b77b commit ec45bfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ictye-live-dm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ exclude = [
]

[[tool.hatch.build.hooks.build-scripts.scripts]]
out_dir = ".\\src\\ictye_live_dm\\GUI"
work_dir = ".\\src\\ictye_live_dm\\QT-GUI"
out_dir = "./src/ictye_live_dm/GUI"
work_dir = "./src/ictye_live_dm/QT-GUI"
commands = [
"pyuic5 .\\main.ui -o ..\\GUI\\Ui_MainWindow.py"
"pyuic5 ./main.ui -o ../GUI/Ui_MainWindow.py"
]
artifacts = [
"Ui_MainWindow.py"
Expand Down
2 changes: 1 addition & 1 deletion ictye-live-dm/src/ictye_live_dm/GUI/Ui_MainWindow.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file '.\main.ui'
# Form implementation generated from reading ui file './main.ui'
#
# Created by: PyQt5 UI code generator 5.15.10
#
Expand Down

0 comments on commit ec45bfa

Please sign in to comment.