Files
i2p.plugins.firefox/i2pbrowser-app.cmd
idk 6311562a3d adds the -app mode flag
Former-commit-id: ce78f3b72f
Former-commit-id: f49cc93ff57dd8bea4bb5e9b2e6c5f9977651f32
2022-09-15 23:34:42 -04:00

3 lines
221 B
Batchfile
Executable File

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