mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2025-12-31 05:48:35 +03:00
Download ANGLE if missing for UWP packaging
This commit is contained in:
committed by
Rémi Verschelde
parent
09b605f7b9
commit
d640fa4c69
@@ -282,6 +282,12 @@ rm -rf ios_xcode
|
||||
|
||||
# UWP
|
||||
|
||||
if [ ! -d "angle" ]; then
|
||||
echo "Downloading ANGLE binaries from https://github.com/GodotBuilder/godot-builds/releases/tag/_tools"
|
||||
curl -LO https://github.com/GodotBuilder/godot-builds/releases/download/_tools/angle.7z
|
||||
7z x angle.7z && rm -f angle.7z
|
||||
fi
|
||||
|
||||
mkdir -p templates
|
||||
rm -f templates/uwp*
|
||||
rm -rf uwp_template_*
|
||||
|
||||
Reference in New Issue
Block a user