re-add Tor Browser support to OSX
Former-commit-id: 812c63e5e8
Former-commit-id: 938d13b82ad102303304b19e86516ed708c39e30
This commit is contained in:
@ -61,7 +61,8 @@ public class I2PFirefox extends I2PCommonBrowser {
|
||||
return exePath;
|
||||
}
|
||||
private static String[] FIND_FIREFOX_SEARCH_PATHS_OSX() {
|
||||
String[] path = new String[] {"/Applications/Firefox.app/Contents/MacOS",
|
||||
String[] path = new String[] {"/Applications/Tor Browser.app/Contents/MacOS",
|
||||
"/Applications/Firefox.app/Contents/MacOS",
|
||||
"/Applications/Waterfox.app/Contents/MacOS",
|
||||
"/Applications/Librewolf.app/Contents/MacOS"};
|
||||
String[] exes = new String[] {"firefox", "firefox-bin", "firefox-esr",
|
||||
|
Reference in New Issue
Block a user