Skip to content

Commit

Permalink
disable Windows binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Dec 14, 2023
1 parent c388d79 commit 1275f64
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion store/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
<div id="dropdown" class="z-10 hidden bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700">
<ul class="py-2 text-sm text-gray-700 dark:text-gray-200" aria-labelledby="dropdownDefaultButton">
<li>
<span id="windowsAmd64DownloadLink" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">x86_64</span>
<span id="REMOVEwindowsAmd64DownloadLink" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">x86_64 (coming soon)</span>
</li>
<li>
<span id="REMOVEwindowsArm64DownloadLink" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">arm64 (coming soon)</span>
Expand All @@ -58,6 +58,15 @@ <h2 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
</div>
</section>

<section class="bg-white dark:bg-gray-900 mb-auto">
<div class="pt-20 py-8 px-4 mx-auto max-w-screen-xl lg:py-16 lg:px-6">
<div class="mx-auto max-w-screen-sm text-center lg:mb-16 mb-8">
<div class="p-4 mb-4 text-sm text-blue-800 rounded-lg bg-blue-50 dark:bg-gray-800 dark:text-blue-400" role="alert">
<span class="font-medium">Note:</span> A number of users have reported issues with the Windows version of Fasten Health. We are working to resolve these issues as quickly as possible. Sorry!
</div>
</div>
</div>
</section>
{% include footer-slim.html %}

<script src="https://code.jquery.com/jquery-3.7.1.min.js" crossorigin="anonymous"></script>
Expand Down

0 comments on commit 1275f64

Please sign in to comment.