feat: added nightly link to manager to update without github account

added ability to force beta version
This commit is contained in:
Davide Passoni
2025-03-27 13:27:50 +01:00
parent c9b143b5e0
commit 55f75ff149
2 changed files with 251 additions and 223 deletions

View File

@@ -20,7 +20,8 @@ class Manager {
IP: undefined,
logLocation: path.join(__dirname, "..", "manager.log"),
mode: 'basic',
state: 'IDLE'
state: 'IDLE',
forceBeta: false
};
/* Manager pages */