fix path issue on Windows
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
GITHUB_USER=eyedeekay
|
||||
GITHUB_REPO=i2p.plugins.firefox
|
||||
GITHUB_NAME="Which fixes a Windows-specific bug I think"
|
||||
GITHUB_NAME="Which fixes a Windows-specific bug"
|
||||
GITHUB_DESCRIPTION=$(cat CHANGES.md)
|
||||
GITHUB_TAG=0.0.14
|
||||
ant distclean
|
||||
|
@ -77,7 +77,7 @@ public class I2PChromium {
|
||||
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