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
257
257
zip -q -9 " ${reldir} /${binname} .zip" ${binname}
258
258
rm ${binname}
259
259
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
+
260
267
# Templates
261
268
cp out/linux/x86_64/templates/godot.linuxbsd.template_release.x86_64 ${templatesdir} /linux_release.x86_64
262
269
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
441
448
zip -r -q -9 " ${reldir_mono} /${binbasename} _arm32.zip" ${binbasename} _arm32
442
449
rm -rf ${binbasename} _arm32
443
450
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
+
444
458
# Templates
445
459
cp out/linux/x86_64/templates-mono/godot.linuxbsd.template_debug.x86_64.mono ${templatesdir_mono} /linux_debug.x86_64
446
460
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