Skip to content

Commit fd2f7d2

Browse files
committed
Add direct download through download button
1 parent bb5eb4c commit fd2f7d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/navigation/Navbar.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
>
99
<a href="/faq">FAQ</a>
1010
<!-- <a aria-label="discord" href="https://discord.gg/58NZ7fFqPy"><Icon size={21} name="ic:baseline-discord" /></a> -->
11-
<a class="button" href="https://github.com/MythicApp/Mythic/releases">
11+
<a class="button" href="https://github.com/MythicApp/Mythic/releases/latest/download/Mythic.zip">
1212
Download
1313
</a>
1414
</div>

src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const socials = [
7070
implementation of Apple's Game Porting Toolkit - supporting many launchers.
7171
</p>
7272
<br />
73-
<a class="button-md" href="https://github.com/MythicApp/Mythic/releases">
73+
<a class="button-md" href="https://github.com/MythicApp/Mythic/releases/latest/download/Mythic.zip">
7474
Download Alpha
7575
</a>
7676
<sub>for macOS 14+</sub>

0 commit comments

Comments
 (0)