mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 17:06:15 +00:00
Fix
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user