Files
i2p.plugins.firefox/i2pbrowser.cmd
idk addf62d640 update launcher script to self-discover jar. add some build targets of convenience
Former-commit-id: fb30909e3a
Former-commit-id: 07f93beb2e49f297bd59f9f45c3da72daced4362
2022-08-08 20:10:10 -04:00

3 lines
211 B
Batchfile
Executable File

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