@@ -341,43 +341,6 @@ if [ "${build_classical}" == "1" ]; then
341341 cd ..
342342 rm -rf ios_xcode
343343
344- # ## UWP (Classical) ##
345- #
346- # if [ ! -d "deps/angle" ]; then
347- # echo "Downloading ANGLE binaries from https://github.com/GodotBuilder/godot-builds/releases/tag/_tools"
348- # mkdir -p deps && cd deps
349- # curl -LO https://github.com/GodotBuilder/godot-builds/releases/download/_tools/angle.7z
350- # 7z x angle.7z && rm -f angle.7z
351- # cd ..
352- # fi
353- #
354- # rm -rf uwp_template_*
355- # for arch in ARM Win32 x64; do
356- # cp -r git/misc/dist/uwp_template uwp_template_${arch}
357- # cp deps/angle/winrt/10/src/Release_${arch}/libEGL.dll \
358- # deps/angle/winrt/10/src/Release_${arch}/libGLESv2.dll \
359- # uwp_template_${arch}/
360- # cp -r uwp_template_${arch} uwp_template_${arch}_debug
361- # done
362- #
363- # cp out/uwp/arm/godot.uwp.template_release.32.arm.exe uwp_template_ARM/godot.uwp.exe
364- # cp out/uwp/arm/godot.uwp.template_debug.32.arm.exe uwp_template_ARM_debug/godot.uwp.exe
365- # cd uwp_template_ARM && zip -q -9 -r "${templatesdir}/uwp_arm_release.zip" * && cd ..
366- # cd uwp_template_ARM_debug && zip -q -9 -r "${templatesdir}/uwp_arm_debug.zip" * && cd ..
367- # rm -rf uwp_template_ARM*
368- #
369- # cp out/uwp/x86/godot.uwp.template_release.32.x86.exe uwp_template_Win32/godot.uwp.exe
370- # cp out/uwp/x86/godot.uwp.template_debug.32.x86.exe uwp_template_Win32_debug/godot.uwp.exe
371- # cd uwp_template_Win32 && zip -q -9 -r "${templatesdir}/uwp_x86_release.zip" * && cd ..
372- # cd uwp_template_Win32_debug && zip -q -9 -r "${templatesdir}/uwp_x86_debug.zip" * && cd ..
373- # rm -rf uwp_template_Win32*
374- #
375- # cp out/uwp/x64/godot.uwp.template_release.64.x64.exe uwp_template_x64/godot.uwp.exe
376- # cp out/uwp/x64/godot.uwp.template_debug.64.x64.exe uwp_template_x64_debug/godot.uwp.exe
377- # cd uwp_template_x64 && zip -q -9 -r "${templatesdir}/uwp_x64_release.zip" * && cd ..
378- # cd uwp_template_x64_debug && zip -q -9 -r "${templatesdir}/uwp_x64_debug.zip" * && cd ..
379- # rm -rf uwp_template_x64*
380-
381344 # # Templates TPZ (Classical) ##
382345
383346 echo " ${templates_version} " > ${templatesdir} /version.txt
0 commit comments