Skip to content

Commit 8be528e

Browse files
author
Martin Peres
committed
win32: fix the buildbot not finding the translations directory
1 parent ee640cc commit 8be528e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

win32/make-release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ find grantlee -type f -name '*.dll' -print | while read plugin; do
3636
done
3737

3838
cp -dpr "${base_dir}/data" "${release_dir}/data"
39+
40+
mkdir "${release_dir}/translations"
3941
cp -dpr ${build_dir}/*.qm "${release_dir}/translations"
4042

4143
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

Comments
 (0)