mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-12-03 05:54:20 -08:00
Changed the link path of EaglerPluginUpdater
This commit is contained in:
parent
06d6ebfe8d
commit
2f6a028cad
Binary file not shown.
|
@ -33,7 +33,7 @@ public class Installer {
|
|||
File file = new File(Main.getInstance().getDataFolder().getParent() + "/EaglerPluginUpdater.jar");
|
||||
System.out.println("Check 1 passed");
|
||||
try {
|
||||
InputStream in = URI.create("https://github.com/darverdevs/EaglerPluginUpdater/raw/main/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar")
|
||||
InputStream in = URI.create("https://github.com/darverdevs/EaglerPluginUpdater/raw/main/target/EaglerPluginUpdater-1.0.9.jar")
|
||||
.toURL().openStream();
|
||||
System.out.println("Check 3 passed");
|
||||
Installer ins = new Installer();
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user