add main to plugin jar

This commit is contained in:
eyedeekay
2024-03-04 16:27:40 -05:00
parent c300648c22
commit 1157eb666e
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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) {