mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Fix oops
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="release">
|
<div class="release">
|
||||||
{#if !browser &&navigator}
|
{#if browser && navigator}
|
||||||
{#if navigator.platform.startsWith("Win")}
|
{#if navigator.platform.startsWith("Win")}
|
||||||
{@const asset =releaseData.assets.filter((a) => a.name.endsWith(".exe"))[0]}
|
{@const asset =releaseData.assets.filter((a) => a.name.endsWith(".exe"))[0]}
|
||||||
{#if asset}
|
{#if asset}
|
||||||
|
|||||||
Reference in New Issue
Block a user