Skip to content

Commit

Permalink
changed apk download location to github raw
Browse files Browse the repository at this point in the history
  • Loading branch information
u-Kuro committed Sep 19, 2024
1 parent 5927ef2 commit b25a3db
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
Binary file removed docs/Kanshi.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build/bundle.js.map

Large diffs are not rendered by default.

Binary file removed public/Kanshi.apk
Binary file not shown.
4 changes: 1 addition & 3 deletions src/components/Fixed/Menu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,7 @@
})
) {
if (isAndroidWeb) {
const appName = "Kanshi.apk";
const appLocation = `./${appName}`;
downloadLink(appLocation, appName);
downloadLink("https://github.com/u-Kuro/Kanshi-Anime-Recommender/raw/main/Kanshi.apk", "Kanshi.apk");
return;
} else if (
typeof deferredPrompt?.prompt === "function"
Expand Down

0 comments on commit b25a3db

Please sign in to comment.