From 64d89d673550c3f6ff98912715b1bd0a6747a86d Mon Sep 17 00:00:00 2001 From: Ramez Ragaa Date: Tue, 8 Oct 2024 12:23:32 +0300 Subject: [PATCH] chore: download angle binaries even when not on macos --- .../Uno.WinUI.Graphics3DGL/Uno.WinUI.Graphics3DGL.csproj | 4 ++-- .../{build_angle.sh => get_angle_binaries.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/AddIns/Uno.WinUI.Graphics3DGL/{build_angle.sh => get_angle_binaries.sh} (100%) mode change 100755 => 100644 diff --git a/src/AddIns/Uno.WinUI.Graphics3DGL/Uno.WinUI.Graphics3DGL.csproj b/src/AddIns/Uno.WinUI.Graphics3DGL/Uno.WinUI.Graphics3DGL.csproj index 6826e6639a9b..22941f593b76 100644 --- a/src/AddIns/Uno.WinUI.Graphics3DGL/Uno.WinUI.Graphics3DGL.csproj +++ b/src/AddIns/Uno.WinUI.Graphics3DGL/Uno.WinUI.Graphics3DGL.csproj @@ -66,8 +66,8 @@ $(DefaultItemExcludes);angle/** - - + + diff --git a/src/AddIns/Uno.WinUI.Graphics3DGL/build_angle.sh b/src/AddIns/Uno.WinUI.Graphics3DGL/get_angle_binaries.sh old mode 100755 new mode 100644 similarity index 100% rename from src/AddIns/Uno.WinUI.Graphics3DGL/build_angle.sh rename to src/AddIns/Uno.WinUI.Graphics3DGL/get_angle_binaries.sh