Files
i2p.plugins.firefox/i2pfirefox-private.cmd
idk 7f23d67b33 add launchers for private mode
Former-commit-id: 3ee2c7a10d
Former-commit-id: 8bd46f65ac25183e3758f93667aa16ec51ea32cb
2022-08-21 19:25:05 -04:00

3 lines
229 B
Batchfile
Executable File

:; dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd); java -cp "$dir"/src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PFirefox -private; exit $?
@ECHO OFF
java -cp %cd%/src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PFirefox -private