Skip to content

Commit d3ac190

Browse files
authored
Update index.html
1 parent 6d68fe8 commit d3ac190

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,12 @@ <h1 class="text-4xl md:text-5xl font-bold text-gray-200 mb-4">
7777
<h2 class="text-2xl font-semibold mb-4">Download Now</h2>
7878
<p class="text-gray-300 mb-6">Download the latest release</p>
7979
<div class="space-y-4">
80-
<a href="https://github.com/wyv9/fetchx/releases" class="glass-button w-full flex items-center justify-center gap-2 py-3 px-6 rounded-lg transition-all hover:bg-gray-500/30">
81-
<i data-feather="download"></i>
82-
<span>Download Latest Release</span>
83-
</a>
80+
<a href="https://github.com/wyv9/fetchx/releases/latest/download/FetchX.exe"
81+
class="glass-button w-full flex items-center justify-center gap-2 py-3 px-6 rounded-lg transition-all hover:bg-gray-500/30"
82+
download="FetchX.exe">
83+
<i data-feather="download"></i>
84+
<span>Download Latest Release</span>
85+
</a>
8486
<a href="https://github.com/wyv9/fetchx" class="glass-button w-full flex items-center justify-center gap-2 py-3 px-6 rounded-lg transition-all hover:bg-gray-500/30">
8587
<i data-feather="github"></i>
8688
<span>View on GitHub</span>
@@ -123,3 +125,4 @@ <h2 class="text-2xl font-semibold mb-4">Download Now</h2>
123125
</html>
124126

125127

128+

0 commit comments

Comments
 (0)