Update Config.cs

This commit is contained in:
oxmc
2022-12-09 12:02:05 -08:00
committed by GitHub
parent 7a577a84f4
commit 5ba43d051a
+2 -2
View File
@@ -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
}
}
}
}
}