Files
i2p.plugins.firefox/browser.config.sh

8 lines
410 B
Bash
Raw Normal View History

2022-10-23 11:26:45 -04:00
#! /usr/bin/env sh
2022-10-23 11:34:25 -04:00
rm -f browser.config
2022-10-23 11:26:45 -04:00
ant clangFmt jar
java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PBrowser -chromium -outputconfig -nosystray "http://idk.i2p"
2022-10-23 11:34:25 -04:00
java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PBrowser -firefox -outputconfig -nosystray "http://idk.i2p"
java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PBrowser -generic -outputconfig -nosystray "http://idk.i2p"