Qt: deploy and apply Qt translations

This commit is contained in:
Megamouse
2025-12-27 16:46:27 +01:00
parent ee06dccdea
commit 8d55db334e
5 changed files with 67 additions and 13 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ else
echo "Failed to download translations.zip. Continuing without translations."
exit 0
}
unzip -o translations.zip -d "./bin/share/qt6/translations" >/dev/null 2>&1 || \
7z x translations.zip -o"./bin/share/qt6/translations" >/dev/null 2>&1 || \
echo "Failed to extract translations.zip. Continuing without translations."
rm -f translations.zip
fi