1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-04 09:33:30 +00:00

Updated 'target' on installer

This commit is contained in:
Bryan Roe
2020-12-30 20:14:30 -08:00
parent 002fcb111c
commit 22b6682bce
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -129,6 +129,7 @@ function installService(params)
target = params.getParameterValue(targetx);
params.splice(targetx, 1);
target = target.split(' ').join('');
if (target.length == 0) { target = null; }
}
var proxyFile = process.execPath;