From 4d5ccedd626fa852f5391388b456c60f342f72ac Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Mon, 4 Nov 2024 18:29:46 +0800 Subject: [PATCH] Add slang 2024.14.4 --- build/Tasks.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Tasks.cs b/build/Tasks.cs index d0541a8..c305600 100644 --- a/build/Tasks.cs +++ b/build/Tasks.cs @@ -316,6 +316,7 @@ void DownloadSlang(string version) DownloadSlang("0.18.25"); DownloadSlang("0.24.20"); DownloadSlang("2024.0.6"); + DownloadSlang("2024.14.4"); } } @@ -842,4 +843,4 @@ public override void Run(BuildContext context) public sealed class DefaultTask : FrostingTask { -} \ No newline at end of file +}