fix update service

This commit is contained in:
Aether 2024-10-14 19:28:56 -04:00
parent 75c32dde17
commit b5d2917d57
2 changed files with 8 additions and 17 deletions

View File

@ -6,17 +6,7 @@
# url: url here
# ipfs: cid here
# list: url to another list
ipfs:bafybeif264jrgeszimltr22sr6wuo4kzckpinc4kjlvagxhoshjrqoyhoe
use-gateway:https://4everland.io/ipfs/$cid$/$path$
url:https://update.temuzx.xyz/data
use-gateway:https://gateway.ipfs.io/ipfs/$cid$/$path$
use-gateway:https://dweb.link/ipfs/$cid$/$path$
use-gateway:https://nftstorage.link/ipfs/$cid$/$path$
use-gateway:https://cloudflare-ipfs.com/ipfs/$cid$/$path$
use-gateway:https://w3s.link/ipfs/$cid$/$path$
url:https://update.eagler.xyz/data
url:https://update.hoosiertransfer.xyz/data
use-gateway:https://$cid$.ipfs.gateway.ipfs.io/$path$
use-gateway:https://$cid$.ipfs.dweb.link/$path$
use-gateway:https://$cid$.ipfs.cf-ipfs.com/$path$
use-gateway:https://$cid$.ipfs.nftstorage.link/$path$
url:https://hoosiertransfer.net/eaglerLupdate
url:https://temuzx.xyz/eaglerLupdate
url:https://eagler.xyz/eaglerLupdate
url:https://hoosiertransfer.xyz/eaglerLupdate

View File

@ -33,9 +33,10 @@ public class EaglercraftVersion {
public static final boolean enableUpdateService = true;
public static final List<String> updateURLs = List.of(
"https://update.temuzx.xyz/cert",
"https://update.eagler.xyz/cert",
"https://update.hoosiertransfer.xyz/cert");
"https://hoosiertransfer.net/eaglerLcert",
"https://temuzx.xyz/eaglerLcert",
"https://eagler.xyz/eaglerLcert",
"https://hoosiertransfer.xyz/eaglerLcert");
public static final String updateBundlePackageName = "net.lax1dude.eaglercraft.v1_8.client";
public static final int updateBundlePackageVersionInt = 3;