fix path issue on Windows
Former-commit-id: c063eae03c
Former-commit-id: 2718b961a5d3abe3805f9e0a1cf61db2175e6bdc
This commit is contained in:
@ -82,7 +82,7 @@ public class I2PFirefox {
|
||||
int i = 0;
|
||||
for (String s : path) {
|
||||
for (String exe : exes) {
|
||||
exePath[i] = s + "/" + exe;
|
||||
exePath[i] = s + "\\" + exe;
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user