launch I2P.exe with the shortcut instead of i2pbrowser.bat

This commit is contained in:
idk
2022-08-07 23:20:12 -04:00
parent 49d52e150b
commit 50b00c6c88
2 changed files with 4 additions and 5 deletions

View File

@@ -72,7 +72,6 @@ public class WinLauncher {
I2PFirefox i2pFirefox = new I2PFirefox();
System.out.println("I2PFirefox");
i2pFirefox.launch();
//System.exit(0);
return;
}