Added MeshCentral Router for macOS

This commit is contained in:
Ylian Saint-Hilaire
2020-12-26 11:58:25 -08:00
parent 9766adf465
commit 12dd791cf6
5 changed files with 25 additions and 6 deletions

View File

@@ -2205,7 +2205,8 @@ function CreateMeshCentralServer(config, args) {
// List of possible mesh agent install scripts
var meshToolsList = {
'MeshCentralRouter': { localname: 'MeshCentralRouter.exe', dlname: 'winrouter' },
'MeshCentralAssistant': { localname: 'MeshCentralAssistant.exe', dlname: 'winassistant' }
'MeshCentralAssistant': { localname: 'MeshCentralAssistant.exe', dlname: 'winassistant' },
'MeshCentralRouterMacOS': { localname: 'MeshCentralRouter.dmg', dlname: 'MeshCentralRouter.dmg' }
};
// Update the list of available mesh agents