Quote:
Originally Posted by thiago.eec
The current version of the plugin has the ability to download new versions of EPUBCheck directly from Github, so there is no need to update the plugin every time a new version is released.
If you look at your EpubCheck.json, you will find something like this:
{
"check_interval": 7,
"clipboard_copy": false,
"close_cb": true,
"github": true,
"is32bit": false,
"java_path": "java",
"last_time_checked": "2020-06-24 10:10:16.473000",
"locale": "pt-BR",
"usage": true
}
If you want to force an update check, just change the "last_time_checked" key to a date that represents an interval bigger than defined in the "check_interval" key.
|
Thanks. I've managed to update by replacing the .jar file and lib. But I'll know the better way to update for the next time.