Open yashodhah opened 4 years ago
When packaged using node pkg , node window pops up. How to avoid this
let command =Start-Process -WindowStyle hidden -FilePath '${exeName}' -WorkingDirectory '${shadowInstallerDir}'${args ? -ArgumentList '${args}' : ''};
let command =
-ArgumentList '${args}'
;
When packaged using node pkg , node window pops up. How to avoid this
let command =
Start-Process -WindowStyle hidden -FilePath '${exeName}' -WorkingDirectory '${shadowInstallerDir}'${args ?-ArgumentList '${args}'
: ''};