This commit is contained in:
2025-11-15 13:52:37 +01:00
parent 1a06634473
commit 4bc44917e2
14 changed files with 38 additions and 38 deletions

View File

@@ -281,7 +281,7 @@ async function checkVersion() {
const localVersion = localPkg.version
// Fetch remote version from GitHub API (no cache)
const repoOwner = 'Obsidian-wtf'
const repoOwner = 'LightZirconite'
const repoName = 'Microsoft-Rewards-Bot'
const branch = 'main'
@@ -448,7 +448,7 @@ async function performUpdate() {
// Step 3: Download latest code from GitHub
process.stdout.write('📥 Downloading...')
const repoOwner = 'Obsidian-wtf'
const repoOwner = 'LightZirconite'
const repoName = 'Microsoft-Rewards-Bot'
const branch = 'main'
const archiveUrl = `https://github.com/${repoOwner}/${repoName}/archive/refs/heads/${branch}.zip`