Point downloads to new path

This commit is contained in:
Ethan O'Brien 2024-09-14 23:13:35 -05:00 committed by GitHub
parent 5332f60277
commit 8f81d1fa44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ async function patch(file, android, newDomain, patches) {
if (!file) {
console.log("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("loaded");