forked from I2P_Developers/i2p.i2p
Plugins: SU3 support in form, type checking,
don't require DSA key in SU3
This commit is contained in:
@@ -43,7 +43,9 @@ class PluginUpdateHandler implements Checker, Updater {
|
||||
|
||||
Properties props = PluginStarter.pluginProperties(_context, appName);
|
||||
String oldVersion = props.getProperty("version");
|
||||
String xpi2pURL = props.getProperty("updateURL");
|
||||
String xpi2pURL = props.getProperty("updateURL.su3");
|
||||
if (xpi2pURL == null)
|
||||
xpi2pURL = props.getProperty("updateURL");
|
||||
List<URI> updateSources = null;
|
||||
if (xpi2pURL != null) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user