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 +}