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.
1 parent ee640cc commit 8be528eCopy full SHA for 8be528e
win32/make-release.sh
@@ -36,6 +36,8 @@ find grantlee -type f -name '*.dll' -print | while read plugin; do
36
done
37
38
cp -dpr "${base_dir}/data" "${release_dir}/data"
39
+
40
+mkdir "${release_dir}/translations"
41
cp -dpr ${build_dir}/*.qm "${release_dir}/translations"
42
43
for dll in mingwm10.dll libgcc_s_dw2-1.dll QtCore4.dll QtGui4.dll QtNetwork4.dll QtWebKit4.dll QtScript4.dll QtXmlPatterns4.dll phonon4.dll; do
0 commit comments