This commit is contained in:
2019-10-03 01:23:16 -07:00
parent 9d1a88c06a
commit d34b6e0954
4 changed files with 9 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ switch (@$argv[0]) {
exec(escapeshellarg($p['phpbin'])." ".escapeshellarg(__DIR__."/MinatPrefs.php"));
addline("Launch preferences");
die;
case "Show Debug Console":
case "Console":
exec("open -n ".__DIR__."/bin/Console.app --args ".$p['logfile']);
die;
case "Check for Updates...":