update plugin version, fix building on unix

This commit is contained in:
eyedeekay
2023-12-11 13:14:39 -05:00
parent 6a6e688c87
commit a9a178331e
13 changed files with 85 additions and 196 deletions

View File

@ -20,6 +20,5 @@ import javax.script.*;
* @since 1.0.6
*/
public class I2PLibreWolf {
private static final ScriptEngineManager sem = new ScriptEngineManager();
private final ScriptEngine ee = sem.getEngineByName("Nashorn");
//TODO: provide a librewolf updater here.
}