From 7f097969cfb08a35990ec85a95790a83b0c7b682 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:26:12 +1000 Subject: [PATCH] update godot path for aspire --- tools/AppHost/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/AppHost/Properties/launchSettings.json b/tools/AppHost/Properties/launchSettings.json index c92322c..0acd560 100644 --- a/tools/AppHost/Properties/launchSettings.json +++ b/tools/AppHost/Properties/launchSettings.json @@ -11,7 +11,7 @@ "DOTNET_ENVIRONMENT": "Development", "DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21295", "DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22130", - "GODOT": "C:/Users/Matthew/Documents/Godot/4.5.1/Godot_v4.5.1-stable_mono_win64.exe" + "GODOT": "C:/Users/Matthew/Documents/Godot/4.6/Godot_v4.6-stable_mono_win64.exe" } } }