File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ if [ "${build_classical}" == "1" ]; then
306306
307307 # # UWP (Classical) ##
308308
309- if [ ! -d " deps/angle" ]; then
309+ if [ ! -d " deps/angle-uwp " ]; then
310310 echo " Downloading ANGLE binaries from https://github.com/godotengine/godot-build-scripts/releases/tag/_deps/"
311311 mkdir -p deps && cd deps
312312 curl -L -o angle-uwp.7z https://github.com/godotengine/godot-build-scripts/releases/download/_deps/angle-uwp-2.1.13.7z
@@ -318,7 +318,7 @@ if [ "${build_classical}" == "1" ]; then
318318 for arch in ARM Win32 x64; do
319319 cp -r git/misc/dist/uwp_template uwp_template_${arch}
320320 cp deps/angle-uwp/${arch} /libEGL.dll \
321- cp deps/angle-uwp/${arch} /libGLESv2.dll \
321+ deps/angle-uwp/${arch} /libGLESv2.dll \
322322 uwp_template_${arch} /
323323 cp -r uwp_template_${arch} uwp_template_${arch} _debug
324324 done
You can’t perform that action at this time.
0 commit comments