add main to plugin jar
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
#Build Number for ANT. Do not edit!
|
||||
#Mon Mar 04 16:23:45 EST 2024
|
||||
build.number=615
|
||||
#Mon Mar 04 16:26:15 EST 2024
|
||||
build.number=616
|
||||
|
@ -140,8 +140,7 @@ public class I2PBrowserPlugin extends I2PBrowser implements ClientApp {
|
||||
public void run() { i2pBrowser.stop(); }
|
||||
}
|
||||
static void main() {
|
||||
I2PAppContext context = new I2PAppContext();
|
||||
I2PBrowserPlugin plugin = new I2PBrowserPlugin(context);
|
||||
I2PBrowserPlugin plugin = new I2PBrowserPlugin();
|
||||
try {
|
||||
plugin.startup();
|
||||
} catch (Exception e) {
|
||||
|
Reference in New Issue
Block a user