We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1beb900 + 5527723 commit fb720b2Copy full SHA for fb720b2
.github/workflows/ubuntu.yml
@@ -69,6 +69,11 @@ jobs:
69
- name: Check if svg file exists
70
run: if [ ! -f "${targetName}.svg" ]; then echo "File not found, creating..."; touch ${targetName}.svg; fi
71
72
+ - name: Copy translation files
73
+ run: |
74
+ mkdir -p bin/release/usr/bin/
75
+ cp -r bin/Release/i18n/ bin/release/usr/bin/i18n/
76
+
77
- name: package
78
run: |
79
# make sure Qt plugin finds QML sources so it can deploy the imported files
0 commit comments