Skip to content

Commit

Permalink
Add direct download through download button
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxfiied committed Oct 4, 2024
1 parent bb5eb4c commit fd2f7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/navigation/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
<a href="/faq">FAQ</a>
<!-- <a aria-label="discord" href="https://discord.gg/58NZ7fFqPy"><Icon size={21} name="ic:baseline-discord" /></a> -->
<a class="button" href="https://github.com/MythicApp/Mythic/releases">
<a class="button" href="https://github.com/MythicApp/Mythic/releases/latest/download/Mythic.zip">
Download
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const socials = [
implementation of Apple's Game Porting Toolkit - supporting many launchers.
</p>
<br />
<a class="button-md" href="https://github.com/MythicApp/Mythic/releases">
<a class="button-md" href="https://github.com/MythicApp/Mythic/releases/latest/download/Mythic.zip">
Download Alpha
</a>
<sub>for macOS 14+</sub>
Expand Down

0 comments on commit fd2f7d2

Please sign in to comment.