mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-12 04:00:15 +00:00
Change update URL
This commit is contained in:
parent
804e0af63c
commit
02393f6be3
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ public class UpdateChecker extends PlexBase
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
FileUtils.copyURLToFile(
|
FileUtils.copyURLToFile(
|
||||||
new URL(DOWNLOAD_PAGE + "lastSuccessfulBuild/artifact/build/libs/" + name),
|
new URL(DOWNLOAD_PAGE + "job/master/lastSuccessfulBuild/artifact/build/libs/" + name),
|
||||||
new File(Bukkit.getUpdateFolderFile(), name)
|
new File(Bukkit.getUpdateFolderFile(), name)
|
||||||
);
|
);
|
||||||
PlexLog.log("Saved new jar. Please restart your server.");
|
PlexLog.log("Saved new jar. Please restart your server.");
|
||||||
|
|
Loading…
Reference in a new issue