mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 01:06:17 +00:00
feat: Enhance update mechanism with anti-loop protection and improved logging
- Implemented a restart counter to prevent infinite update loops. - Added checks for update success using marker files. - Improved logging for update attempts and failures. - Created comprehensive documentation for npm commands and setup processes. - Introduced a new update system using GitHub API for seamless updates. - Added troubleshooting guidelines for common issues.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -17,3 +17,7 @@ accounts.main.jsonc
|
||||
.playwright-chromium-installed
|
||||
*.log
|
||||
.update-backup/
|
||||
.update-download.zip
|
||||
.update-extract/
|
||||
.update-happened
|
||||
.update-restart-count
|
||||
|
||||
Reference in New Issue
Block a user