mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-01-23 04:14:35 +08:00
Merge pull request #581 from lucky9loogn/fix/github-action-appimage-language-switch-not-working
fix(ci): 修复 GitHub Action 打包的 AppImage 语言切换无效
This commit is contained in:
commit
fb720b29ec
5
.github/workflows/ubuntu.yml
vendored
5
.github/workflows/ubuntu.yml
vendored
@ -69,6 +69,11 @@ jobs:
|
|||||||
- name: Check if svg file exists
|
- name: Check if svg file exists
|
||||||
run: if [ ! -f "${targetName}.svg" ]; then echo "File not found, creating..."; touch ${targetName}.svg; fi
|
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
|
- name: package
|
||||||
run: |
|
run: |
|
||||||
# make sure Qt plugin finds QML sources so it can deploy the imported files
|
# make sure Qt plugin finds QML sources so it can deploy the imported files
|
||||||
|
Loading…
Reference in New Issue
Block a user