Skip to content

Commit

Permalink
chore: use external repos.json
Browse files Browse the repository at this point in the history
This is to avoid commit clutter when updating the mod repository
  • Loading branch information
BenMcAvoy committed Jan 2, 2025
1 parent 15a5f9e commit b9b4692
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
2 changes: 1 addition & 1 deletion CarbonLauncher/include/repomanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <string>
#include <mutex>

constexpr const char* REPOS_URL = "https://github.com/ScrappySM/CarbonLauncher/raw/refs/heads/main/repos.json";
constexpr const char* REPOS_URL = "https://github.com/ScrappySM/CarbonRepo/raw/refs/heads/main/repos.json";

namespace Carbon {
struct Mod {
Expand Down
2 changes: 0 additions & 2 deletions CarbonLauncher/src/repomanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ std::vector<Mod> RepoManager::URLToMods(const std::string& url) {
}

RepoManager::RepoManager() {
//this->repos = URLToRepos(REPOS_URL);S

std::thread([this]() {
// Allow some time for the console to initialize
std::this_thread::sleep_for(std::chrono::milliseconds(200));
Expand Down
53 changes: 0 additions & 53 deletions repos.json

This file was deleted.

0 comments on commit b9b4692

Please sign in to comment.