mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-12 14:23:40 +00:00
Updated toast mechanism on Windows
This commit is contained in:
@@ -125,7 +125,7 @@ function childContainer()
|
||||
}
|
||||
|
||||
// Spawn the child
|
||||
if(options.user)
|
||||
if(options.user && process.platform == 'win32')
|
||||
{
|
||||
// Use Task Scheduler
|
||||
var parms = '/C SCHTASKS /CREATE /F /TN MeshUserTask /SC ONCE /ST 00:00 ';
|
||||
|
||||
Reference in New Issue
Block a user