diff --git a/plugin/i2pbrowser.cmd b/plugin/i2pbrowser.cmd new file mode 100644 index 0000000..8885a8a --- /dev/null +++ b/plugin/i2pbrowser.cmd @@ -0,0 +1,3 @@ +:; dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd); java -cp "$dir"/lib/i2pfirefox.jar net.i2p.i2pfirefox.I2PBrowser; exit $? +@ECHO OFF +java -cp %cd%/lib/i2pfirefox.jar net.i2p.i2pfirefox.I2PBrowser \ No newline at end of file diff --git a/test/test-chromium.sh b/test/test-chromium.sh index 7d921ae..29fc363 100755 --- a/test/test-chromium.sh +++ b/test/test-chromium.sh @@ -1,7 +1,7 @@ #! /usr/bin/env sh ant distclean -ant jar +cd src && ant jar && cd .. rm -rf i2p.chromium.base.profile i2p.chromium.profile i2p.firefox.base.profile i2p.firefox.profile i2p.firefox.usability.profile tor-browser_en-US diff --git a/test/test-firefox.sh b/test/test-firefox.sh index 2c007ab..79ee753 100755 --- a/test/test-firefox.sh +++ b/test/test-firefox.sh @@ -1,7 +1,7 @@ #! /usr/bin/env sh ant distclean -ant jar +cd src && ant jar && cd .. rm -rf i2p.chromium.base.profile i2p.chromium.profile i2p.firefox.base.profile i2p.firefox.profile i2p.firefox.usability.profile tor-browser_en-US diff --git a/test/test-systray.sh b/test/test-systray.sh index ff35792..2eb0f57 100755 --- a/test/test-systray.sh +++ b/test/test-systray.sh @@ -1,7 +1,7 @@ #! /usr/bin/env sh ant distclean -ant jar +cd src && ant jar && cd .. rm -rf i2p.chromium.base.profile i2p.chromium.profile i2p.firefox.base.profile i2p.firefox.profile i2p.firefox.usability.profile tor-browser_en-US diff --git a/test/test-torbrowser.sh b/test/test-torbrowser.sh index 5848016..cca68dd 100755 --- a/test/test-torbrowser.sh +++ b/test/test-torbrowser.sh @@ -1,7 +1,7 @@ #! /usr/bin/env sh ant distclean -ant jar +cd src && ant jar && cd .. rm -rf i2p.chromium.base.profile i2p.chromium.profile i2p.firefox.base.profile i2p.firefox.profile i2p.firefox.usability.profile diff --git a/test/test.sh b/test/test.sh index 84b6b9b..ad23da8 100755 --- a/test/test.sh +++ b/test/test.sh @@ -1,7 +1,7 @@ #! /usr/bin/env sh ant distclean -ant jar +cd src && ant jar && cd .. rm -rf i2p.chromium.base.profile i2p.chromium.profile i2p.firefox.base.profile i2p.firefox.profile i2p.firefox.usability.profile tor-browser_en-US