Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide direct download links to all Android APK architectures #281

Merged
merged 4 commits into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,19 @@ <h2>Android</h2>

<p>
Alternatively, download the APK:
<a href="https://github.com/minetest/minetest/releases/download/5.9.1/minetest-5.9.1-arm64-v8a.apk">arm64</a>,
<a href="https://github.com/minetest/minetest/releases/download/5.9.1/minetest-5.9.1-armeabi-v7a.apk">arm32</a>.
</p>
<ul>
<li>
ARM:
<a href="https://github.com/minetest/minetest/releases/download/5.9.1/minetest-5.9.1-arm64-v8a.apk">64-bit</a> -
<a href="https://github.com/minetest/minetest/releases/download/5.9.1/minetest-5.9.1-armeabi-v7a.apk">32-bit</a>
</li>
<li>
x86:
<a href="https://github.com/minetest/minetest/releases/download/5.9.1/minetest-5.9.1-x86_64.apk">64-bit</a> -
<a href="https://github.com/minetest/minetest/releases/download/5.9.1/minetest-5.9.1-x86.apk">32-bit</a>
</li>
</ul>
<p>
<strong>Note:</strong> We advise not to use unofficial builds commonly found on the Play Store.
They may contain excessive advertisements or spyware, or be distributed under proprietary terms.
Expand Down
Loading