mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-21 08:56:05 -08:00
recompile pt1
This commit is contained in:
parent
66630da1ac
commit
fa7c9d9018
Binary file not shown.
|
@ -32,17 +32,14 @@ public class Installer {
|
|||
public static void InstallUpdater() throws IOException {
|
||||
File file = new File(Main.getInstance().getDataFolder().getParent() + "/EaglerPluginUpdater.jar");
|
||||
System.out.println("Check 1 passed");
|
||||
if (!(file.exists())) {
|
||||
System.out.println("Check 2 passed");
|
||||
try {
|
||||
InputStream in = URI.create("https://github.com/darverdevs/EaglerPluginUpdater/raw/main/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar")
|
||||
.toURL().openStream();
|
||||
System.out.println("Check 3 passed");
|
||||
Installer ins = new Installer();
|
||||
ins.InstallPlugin(in, "EaglerPluginUpdater");
|
||||
} catch (IOException e) {
|
||||
System.out.println("Invalid Link");
|
||||
}
|
||||
try {
|
||||
InputStream in = URI.create("https://github.com/darverdevs/EaglerPluginUpdater/raw/main/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar")
|
||||
.toURL().openStream();
|
||||
System.out.println("Check 3 passed");
|
||||
Installer ins = new Installer();
|
||||
ins.InstallPlugin(in, "EaglerPluginUpdater");
|
||||
} catch (IOException e) {
|
||||
System.out.println("Invalid Link");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user