mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 01:36:16 +00:00
Fix: Enable auto-update for configuration and enhance task execution handling for multi-pass runs
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
// "github-api" = Downloads ZIP from GitHub (no Git needed, no conflicts, recommended)
|
||||
"docker": false, // Update Docker containers if using Docker
|
||||
"scriptPath": "setup/update/update.mjs",
|
||||
"autoUpdateConfig": false, // Update config.jsonc from remote (keeps your settings if false)
|
||||
"autoUpdateConfig": true, // Update config.jsonc from remote (keeps your settings if false)
|
||||
"autoUpdateAccounts": false // Update accounts file from remote (NEVER recommended, keeps your accounts)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user