Skip to content

Commit

Permalink
fix(build): Add all additional Qt translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Oct 20, 2024
1 parent 4acc05b commit 9821940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
pip install -Ur requirements.txt
pip install imageio
cp -f /tmp/qt_translations/qt_zh_CN.qm $qt_translations_path/
cp -f /tmp/qt_translations/*.qm $qt_translations_path/
ls -alh $qt_translations_path/
- name: Install dependencies(Windows)
Expand All @@ -81,7 +81,7 @@ jobs:
pip install -Ur requirements.txt
pip install imageio
Copy-Item -Force "$temp_path\qt_zh_CN.qm" -Destination "$qt_translations_path/"
Copy-Item -Force "$temp_path\*.qm" -Destination "$qt_translations_path/"
Get-ChildItem -Path "$qt_translations_path/"
Expand Down

0 comments on commit 9821940

Please sign in to comment.