mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-16 00:03:45 +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() + '"');
|
||||
}
|
||||
else if(process.argv[i].startsWith('--'))
|
||||
{
|
||||
p.push(process.argv[i]);
|
||||
}
|
||||
}
|
||||
_install(p);
|
||||
process.exit();
|
||||
|
||||
Reference in New Issue
Block a user