Skip to content

Commit

Permalink
fix(ci): 修复 GitHub Action 打包的 AppImage 语言切换无效
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyloogn committed Dec 26, 2024
1 parent 1beb900 commit 5527723
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
- name: Check if svg file exists
run: if [ ! -f "${targetName}.svg" ]; then echo "File not found, creating..."; touch ${targetName}.svg; fi

- name: Copy translation files
run: |
mkdir -p bin/release/usr/bin/
cp -r bin/Release/i18n/ bin/release/usr/bin/i18n/
- name: package
run: |
# make sure Qt plugin finds QML sources so it can deploy the imported files
Expand Down

0 comments on commit 5527723

Please sign in to comment.