Point downloads to new path
This commit is contained in:
parent
5332f60277
commit
8f81d1fa44
@ -9,7 +9,7 @@ async function patch(file, android, newDomain, patches) {
|
|||||||
if (!file) {
|
if (!file) {
|
||||||
console.log("downloading");
|
console.log("downloading");
|
||||||
update_status("Downloading...");
|
update_status("Downloading...");
|
||||||
file = await (await fetch("https://ethanthesleepy.one/public/lovelive/lovelive-community." + (android ? "apk" : "ipa"))).blob();
|
file = await (await fetch("https://ethanthesleepy.one/public/lovelive/sif/lovelive-community." + (android ? "apk" : "ipa"))).blob();
|
||||||
console.log("downloaded");
|
console.log("downloaded");
|
||||||
}
|
}
|
||||||
console.log("loaded");
|
console.log("loaded");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user