mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 09:16:16 +00:00
New structure 2
This commit is contained in:
@@ -751,7 +751,7 @@ export class MicrosoftRewardsBot {
|
||||
return 0
|
||||
}
|
||||
|
||||
const scriptRel = upd.scriptPath || 'setup/update/update.mjs'
|
||||
const scriptRel = upd.scriptPath || 'scripts/installer/update.mjs'
|
||||
const scriptAbs = path.join(process.cwd(), scriptRel)
|
||||
|
||||
if (!fs.existsSync(scriptAbs)) {
|
||||
|
||||
Reference in New Issue
Block a user