Update links to new orgnanization

This commit is contained in:
LukeGus
2025-10-12 01:33:30 -05:00
parent d12fab425d
commit a4873e96bf
11 changed files with 59 additions and 40 deletions

View File

@@ -106,11 +106,11 @@ ipcMain.handle("get-app-version", () => {
});
const GITHUB_API_BASE = "https://api.github.com";
const REPO_OWNER = "LukeGus";
const REPO_OWNER = "Termix-SSH";
const REPO_NAME = "Termix";
const githubCache = new Map();
const CACHE_DURATION = 30 * 60 * 1000; // 30 minutes
const CACHE_DURATION = 30 * 60 * 1000;
async function fetchGitHubAPI(endpoint, cacheKey) {
const cached = githubCache.get(cacheKey);