Add config.md

Former-commit-id: 8ffd4025ef
Former-commit-id: 70484b9b11160e8a570eb19c5f35fd52b35e8dec
This commit is contained in:
idk
2022-10-23 11:34:25 -04:00
parent 8ce616f71e
commit aedf8421b7
3 changed files with 67 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#! /usr/bin/env sh
rm browser.config
rm -f browser.config
ant clangFmt jar
java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PBrowser -chromium -outputconfig -nosystray "http://idk.i2p"
#java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PBrowser -firefox -outputconfig -nosystray
#java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PBrowser -generic -outputconfig -nosystray
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"