restore deleted plugin path modification
This commit is contained in:
parent
e021904250
commit
635438e7d1
|
@ -112,6 +112,7 @@ public class PluginManager {
|
|||
// remove es- prefix
|
||||
name = name.substring("es-".length());
|
||||
}
|
||||
pluginFile = new File(environment.pluginsFile(), name + ".zip");
|
||||
if (version == null) {
|
||||
// try with ES version from downloads
|
||||
URL pluginUrl = new URL("https://github.com/downloads/" + userName + "/" + repoName + "/" + repoName + "-" + Version.CURRENT.number() + ".zip");
|
||||
|
|
Loading…
Reference in New Issue