File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ Set-Location -Path $PSScriptRoot
8
8
pyside6- uic UI/ form_main_window.ui - o UI/ ui_form_main_window.py
9
9
pyside6- uic UI/ form_android.ui - o UI/ ui_form_android.py
10
10
11
-
12
- # Process resource file
13
- Write-Output " Processing resource file..."
14
- pyside6- rcc resources.qrc - o UI/ resources.py
15
-
16
11
# Update translations
17
12
Write-Output " Updating translations..."
18
13
# Translations
@@ -24,4 +19,10 @@ pyside6-lrelease translations/de_DE.ts -qm translations/de_DE.qm
24
19
pyside6- lrelease translations/ zh_CN.ts - qm translations/ zh_CN.qm
25
20
pyside6- lrelease translations/ fr.ts - qm translations/ fr.qm
26
21
22
+
23
+ # Process resource file
24
+ Write-Output " Processing resource file..."
25
+ pyside6- rcc resources.qrc - o UI/ resources.py
26
+
27
+
27
28
Write-Output " UI update completed successfully!"
Original file line number Diff line number Diff line change 3
3
pyside6-uic UI/form_main_window.ui -o UI/ui_form_main_window.py
4
4
pyside6-uic UI/form_android.ui -o UI/ui_form_android.py
5
5
6
- # Resource file
7
- pyside6-rcc resources.qrc -o UI/resources.py
8
-
9
6
# Translations
10
7
pyside6-lupdate ../../main.py ../backend/class_help.py UI/form_main_window.ui UI/ui_form_main_window.py -ts translations/en.ts -no-obsolete
11
8
pyside6-lupdate ../../main.py ../backend/class_help.py UI/form_main_window.ui UI/ui_form_main_window.py -ts translations/de_DE.ts -no-obsolete
@@ -15,3 +12,6 @@ pyside6-lrelease translations/de_DE.ts -qm translations/de_DE.qm
15
12
pyside6-lrelease translations/zh_CN.ts -qm translations/zh_CN.qm
16
13
pyside6-lrelease translations/fr.ts -qm translations/fr.qm
17
14
15
+
16
+ # Resource file
17
+ pyside6-rcc resources.qrc -o UI/resources.py
You can’t perform that action at this time.
0 commit comments