mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-17 08:43:21 +00:00
Updated so pass thru arguments are passed thru installer
This commit is contained in:
@@ -339,6 +339,10 @@ limitations under the License.
|
|||||||
{
|
{
|
||||||
p.push('--installPath="' + process.argv[i].split('=').pop() + '"');
|
p.push('--installPath="' + process.argv[i].split('=').pop() + '"');
|
||||||
}
|
}
|
||||||
|
else if(process.argv[i].startsWith('--'))
|
||||||
|
{
|
||||||
|
p.push(process.argv[i]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
_install(p);
|
_install(p);
|
||||||
process.exit();
|
process.exit();
|
||||||
|
|||||||
Reference in New Issue
Block a user