From ab976448913bf410d06639d60d6f485e777d0215 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:46:54 -0600 Subject: [PATCH] Oh --- loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader.js b/loader.js index 6ba8734..f413cfa 100644 --- a/loader.js +++ b/loader.js @@ -69,7 +69,7 @@ function init_honoka(file, android, newDomain) { a.download = "lovelive."+ext; document.body.appendChild(a); update_status("Done!"); - if (android && !sign) { + if (android) { const p = document.createElement("p"); p.innerHTML = "Package is not signed. It will not install. Sign it with the command `apksigner sign -ks sifkey.keystore lovelive.apk`. Make sure to download this keystore."; document.body.appendChild(p);