put Tor Browser's at the top of the order on Windows
Former-commit-id: 82ccb9c47f
Former-commit-id: 0689dff559790b1a778c0c270d802ef4f80bec69
This commit is contained in:
@ -63,12 +63,13 @@ public class I2PFirefox {
|
|||||||
String[] tbPath = new String[]{new File(userHome, "/OneDrive/Desktop/Tor Browser/Browser/").toString(), new File(userHome, "/Desktop/Tor Browser/Browser/").toString()};
|
String[] tbPath = new String[]{new File(userHome, "/OneDrive/Desktop/Tor Browser/Browser/").toString(), new File(userHome, "/Desktop/Tor Browser/Browser/").toString()};
|
||||||
|
|
||||||
String[] path = new String[]{
|
String[] path = new String[]{
|
||||||
|
tbPath[0], tbPath[1],
|
||||||
new File(programFiles, "Mozilla Firefox/").toString(),
|
new File(programFiles, "Mozilla Firefox/").toString(),
|
||||||
new File(programFiles86, "Mozilla Firefox/").toString(),
|
new File(programFiles86, "Mozilla Firefox/").toString(),
|
||||||
new File(programFiles, "Waterfox/").toString(),
|
new File(programFiles, "Waterfox/").toString(),
|
||||||
new File(programFiles86, "Waterfox/").toString(),
|
new File(programFiles86, "Waterfox/").toString(),
|
||||||
new File(programFiles, "Librewolf/").toString(),
|
new File(programFiles, "Librewolf/").toString(),
|
||||||
tbPath[0], tbPath[1]};
|
};
|
||||||
String[] exes = new String[]{"firefox.exe", "firefox-bin.exe", "firefox-esr.exe", "waterfox.exe", "waterfox-bin.exe", "librewolf.exe"};
|
String[] exes = new String[]{"firefox.exe", "firefox-bin.exe", "firefox-esr.exe", "waterfox.exe", "waterfox-bin.exe", "librewolf.exe"};
|
||||||
String[] exePath = new String[path.length * exes.length];
|
String[] exePath = new String[path.length * exes.length];
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
Reference in New Issue
Block a user