Fix oops
This commit is contained in:
parent
f132722a3b
commit
4b458dcd5a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
</script>
|
||||
|
||||
<div class="release">
|
||||
{#if !browser &&navigator}
|
||||
{#if browser && navigator}
|
||||
{#if navigator.platform.startsWith("Win")}
|
||||
{@const asset =releaseData.assets.filter((a) => a.name.endsWith(".exe"))[0]}
|
||||
{#if asset}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue