mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Deal with unintended download link on Android
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<a href={asset.browser_download_url}>Download for MacOS</a>
|
||||
{/if}
|
||||
|
||||
{:else if navigator.platform.startsWith("Linux")}
|
||||
{:else if navigator.platform.startsWith("Linux") && navigator.platform.includes("x86_64")}
|
||||
|
||||
{@const asset =releaseData.assets.filter((a) => a.name.endsWith(".AppImage"))[0]}
|
||||
{#if asset}
|
||||
|
||||
Reference in New Issue
Block a user