Skip to content

Commit

Permalink
remove 32 bit downloads for 2.3 beta
Browse files Browse the repository at this point in the history
32 bit builds are not working. Let's find out if this is actually
a problem.
  • Loading branch information
Be-ing committed Jun 7, 2020
1 parent e1edc99 commit faee666
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions pages/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,9 @@ <h2><a class="headline-link" href="#unstable">{% blocktrans %}{{ unstable_versio
<h3><img src="{% static '/static/images/download_windows.png' %}" class="feature-icon" alt="Windows"> {{ windows }}</h3>
<p>{% blocktrans %}Download {{ unstable_version }} for Windows {{ unstable_win_min_version }} or later{% endblocktrans %}.</p>

<div class="grid-container halves">
<div>
<a class="button button-primary download-win32" href="{{ unstable_win32 }}" data-os="{% blocktrans %} 32-Bit Windows {{ unstable_win_min_version }} or later{% endblocktrans %}" onclick="javascript:trackDownload('{{ unstable_win32_analytics_conversion }}');">Download (32 Bit)</a>
</div>
<div>
<div>
<a class="button button-primary download-win64" href="{{ unstable_win64 }}" data-os="{% blocktrans %}64-Bit Windows {{ unstable_win_min_version }} or later{% endblocktrans %}" onclick="javascript:trackDownload('{{ unstable_win64_analytics_conversion }}');">Download (64 Bit)</a>
</div>
</p>
</div>

<p>New versions will be made available every time the code is changed, so check back periodically for updates until Mixxx {{ next_stable_version }} is released.</p>
</div>
Expand Down Expand Up @@ -163,13 +158,8 @@ <h3><img src="{% static '/static/images/download_ubuntu.png' %}" class="feature-

<p>{% blocktrans %}New packages will be made available every time the code is changed. If you are using the PPA, these will be installed automatically with <code>apt</code>. Otherwise, you can download individual packages for Ubuntu {{ unstable_ubuntu_min_version }} or later and install them manually. Don't forget to check back periodically for updates until Mixxx {{ next_stable_version }} is released:{% endblocktrans %}</p>

<div class="grid-container halves">
<div>
<a class="button button-primary download-ubuntu32" href="{{ unstable_ubuntu32 }}" data-os="{% blocktrans %}32-Bit Ubuntu {{ unstable_ubuntu_min_version }} or later{% endblocktrans %}" onclick="javascript:trackDownload('{{ unstable_ubuntu32_analytics_conversion }}');">Download (32-bit)</a>
</div>
<div>
<a class="button button-primary download-ubuntu64" href="{{ unstable_ubuntu64 }}" data-os="{% blocktrans %}64-Bit Ubuntu {{ unstable_ubuntu_min_version }} or later{% endblocktrans %}" onclick="javascript:trackDownload('{{ unstable_ubuntu64_analytics_conversion }}');">Download (64-bit)</a>
</div>
<div>
<a class="button button-primary download-ubuntu64" href="{{ unstable_ubuntu64 }}" data-os="{% blocktrans %}64-Bit Ubuntu {{ unstable_ubuntu_min_version }} or later{% endblocktrans %}" onclick="javascript:trackDownload('{{ unstable_ubuntu64_analytics_conversion }}');">Download (64-bit)</a>
</div>
</div>

Expand Down

0 comments on commit faee666

Please sign in to comment.