From 5ba43d051a31f5a8e1bbfa71dfd9310ff72724cf Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:02:05 -0800 Subject: [PATCH] Update Config.cs --- Assets/Scripts/Config.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Config.cs b/Assets/Scripts/Config.cs index 30ad144..ff5880c 100644 --- a/Assets/Scripts/Config.cs +++ b/Assets/Scripts/Config.cs @@ -26,7 +26,7 @@ namespace QuestAppLauncher // Download repos public const string DownloadRepo_Type_GitHub = "github"; - public const string DownloadRepo_Default = @"tverona1/QuestAppLauncher_Assets/releases/latest"; + public const string DownloadRepo_Default = @"hooverhigh/QuestAppLauncher_Assets/releases/latest"; // Background public const string Background_Default = "default"; @@ -145,4 +145,4 @@ namespace QuestAppLauncher } } } -} \ No newline at end of file +}