File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,13 @@ if [ "${build_classical}" == "1" ]; then
257257 zip -q -9 " ${reldir} /${binname} .zip" ${binname}
258258 rm ${binname}
259259
260+ # ICU data
261+ if [ -f ${basedir} /git/thirdparty/icu4c/icudt_godot.dat ]; then
262+ cp ${basedir} /git/thirdparty/icu4c/icudt_godot.dat ${templatesdir} /icudt_godot.dat
263+ else
264+ echo " icudt_godot.dat" not found.
265+ fi
266+
260267 # Templates
261268 cp out/linux/x86_64/templates/godot.linuxbsd.template_release.x86_64 ${templatesdir} /linux_release.x86_64
262269 cp out/linux/x86_64/templates/godot.linuxbsd.template_debug.x86_64 ${templatesdir} /linux_debug.x86_64
@@ -441,6 +448,13 @@ if [ "${build_mono}" == "1" ]; then
441448 zip -r -q -9 " ${reldir_mono} /${binbasename} _arm32.zip" ${binbasename} _arm32
442449 rm -rf ${binbasename} _arm32
443450
451+ # ICU data
452+ if [ -f ${basedir} /git/thirdparty/icu4c/icudt_godot.dat ]; then
453+ cp ${basedir} /git/thirdparty/icu4c/icudt_godot.dat ${templatesdir_mono} /icudt_godot.dat
454+ else
455+ echo " icudt_godot.dat" not found.
456+ fi
457+
444458 # Templates
445459 cp out/linux/x86_64/templates-mono/godot.linuxbsd.template_debug.x86_64.mono ${templatesdir_mono} /linux_debug.x86_64
446460 cp out/linux/x86_64/templates-mono/godot.linuxbsd.template_release.x86_64.mono ${templatesdir_mono} /linux_release.x86_64
You can’t perform that action at this time.
0 commit comments