forked from I2P_Developers/i2p.i2p
command safari does not exist. using command "open" instead.
This commit is contained in:
@@ -114,7 +114,7 @@ public class UrlLauncher {
|
||||
if (osName.toLowerCase(Locale.US).indexOf("mac") > -1) {
|
||||
if (osName.toLowerCase(Locale.US).startsWith("mac os x")) {
|
||||
|
||||
if (_shellCommand.executeSilentAndWaitTimed("safari " + url, 5))
|
||||
if (_shellCommand.executeSilentAndWaitTimed("open " + url, 5))
|
||||
return true;
|
||||
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user