Skip to content

Commit

Permalink
windows: make 32-bit download optional
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Apr 3, 2024
1 parent 9916aee commit 1329535
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions windows/_index.html
Expand Up @@ -55,11 +55,13 @@
sha256: SHA256_CURL_WIN64A
#endif

#ifdef CURL_WIN32_ZIP
<p class="windl">
<a href="CURL_WIN32_ZIP"><img src="/pix/GS-Download-icon.svg" alt="Download 32-bit curl" width="90" height="90" style="float:left;"></a>
<a href="CURL_WIN32_ZIP" class="windl">curl for 32-bit</a> <br>
Size: CURL_WIN32_ZIP_SIZE<br>
sha256: SHA256_CURL_WIN32
#endif

SUBTITLE(Fixed URLs)
<p>
Expand All @@ -69,7 +71,9 @@
#ifdef CURL_WIN64A_ZIP
<a download="curl-win64a-latest.zip" href="latest.cgi?p=win64a-mingw.zip">curl for win64 ARM64</a><br>
#endif
#ifdef CURL_WIN32_ZIP
<a download="curl-win32-latest.zip" href="latest.cgi?p=win32-mingw.zip">curl for win32</a><br>
#endif

SUBTITLE(Specifications)
<p>
Expand Down

0 comments on commit 1329535

Please sign in to comment.