Files
i2p.plugins.firefox/i2pchromium-app.cmd

3 lines
223 B
Batchfile
Raw Normal View History

2022-09-15 23:57:32 -04:00
:; dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd); java -cp "$dir"/src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PChromium -app; exit $?
2022-09-15 22:53:29 -04:00
@ECHO OFF
2022-09-15 23:57:32 -04:00
java -cp %cd%/src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PChromium -app