mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
feat: added nightly link to manager to update without github account
added ability to force beta version
This commit is contained in:
@@ -20,7 +20,8 @@ class Manager {
|
||||
IP: undefined,
|
||||
logLocation: path.join(__dirname, "..", "manager.log"),
|
||||
mode: 'basic',
|
||||
state: 'IDLE'
|
||||
state: 'IDLE',
|
||||
forceBeta: false
|
||||
};
|
||||
|
||||
/* Manager pages */
|
||||
|
||||
Reference in New Issue
Block a user