linux support

This commit is contained in:
Robert Muehsig
2017-10-11 23:29:58 +02:00
parent cd73d1464e
commit fa666eda27
2 changed files with 23 additions and 10 deletions

View File

@@ -18,8 +18,7 @@ namespace ElectronNET.CLI
}
else
{
// ToDo: Linux...
// works for OSX and Linux (at least on Ubuntu)
cmd.StartInfo.FileName = "bash";
}