add chromium launcher-only script

This commit is contained in:
idk
2022-08-20 20:10:18 -04:00
parent 2bb8d35ed2
commit 2875197bc8
2 changed files with 3 additions and 0 deletions

3
i2pfirefox.cmd Executable file
View File

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