Files
i2p.plugins.firefox/i2pchromium.cmd

3 lines
213 B
Batchfile
Raw Normal View History

2022-08-20 20:19:59 -04:00
:; dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd); java -cp "$dir"/src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PChromium; exit $?
2022-08-07 20:50:44 -04:00
@ECHO OFF
2022-08-20 20:19:59 -04:00
java -cp %cd%/src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PChromium