Skip to content

Commit

Permalink
Merge pull request #1095 from OwenIbarra/dev
Browse files Browse the repository at this point in the history
Update MSP Apps
  • Loading branch information
KelvinTegelaar authored Aug 30, 2024
2 parents b77710c + 06cdb72 commit 4a4a0ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AddMSPApp/Immybot.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"owner": " ",
"informationUrl": " ",
"privacyInformationUrl": " ",
"fileName": "ninjarmm.intunewin",
"fileName": "immybot.intunewin",
"@odata.type": "#microsoft.graph.win32LobApp",
"applicableArchitectures": "x86, x64",

Expand All @@ -19,7 +19,7 @@
"detectionRules": [
{
"@odata.type": "#microsoft.graph.win32LobAppFileSystemDetection",
"path": "%ProgramData%\\Immyboy\\Bin",
"path": "%ProgramData%\\Immybot\\Bin",
"fileOrFolderName": "Immybot.exe",
"check32BitOn64System": false,
"detectionType": "exists"
Expand Down
4 changes: 2 additions & 2 deletions AddMSPApp/ninjarmm.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"detectionRules": [
{
"@odata.type": "#microsoft.graph.win32LobAppFileSystemDetection",
"path": "%ProgramData%\\Syncro\\Bin",
"fileOrFolderName": "Syncro.Overmind.Service.exe",
"path": "%ProgramData%\\NinjaRMMAgent",
"fileOrFolderName": "ninjarmm-cli.exe",
"check32BitOn64System": false,
"detectionType": "exists"
}
Expand Down

0 comments on commit 4a4a0ee

Please sign in to comment.