fix edge finding

Former-commit-id: a0b7383afd
Former-commit-id: ff3cd189f57dcf93693e3f980254a17b974419a0
This commit is contained in:
idk
2022-08-28 00:34:48 -04:00
parent d05789324a
commit a41e57b6ff

View File

@ -85,7 +85,7 @@ public class I2PChromium {
new File(programFiles86, "/Microsoft/Edge/Application/").toString(),
new File(programFiles, "/Microsoft/Edge/Application/").toString(),
};
String[] exes = new String[]{"ungoogled-chromium.exe", "chromium.exe", "brave.exe", "edge.exe", "ungoogled-chromium.exe", "chrome.exe"};
String[] exes = new String[]{"ungoogled-chromium.exe", "chromium.exe", "brave.exe", "msedge.exe", "edge.exe", "chrome.exe"};
String[] exePath = new String[path.length * exes.length];
int i = 0;
for (String s : path) {