aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-13 20:01:13 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-13 20:01:13 +0800
commit542358568c5ee0c5c96076fdadc7f1950f587732 (patch)
treeb6a984b27c4f12a04c8f4d19f9484b024cc9dff0 /README.md
parent566ff57877e03d905547856063b00eb4d35977b3 (diff)
downloadDropOut-542358568c5ee0c5c96076fdadc7f1950f587732.tar.gz
DropOut-542358568c5ee0c5c96076fdadc7f1950f587732.zip
feat: update release workflow and enhance README with supported platforms and installation details; remove unused Android and iOS icon assets
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5629e08..99b28bb 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,27 @@ DropOut is a modern, fast, and efficient Minecraft launcher built with the lates
- Efficient asset and library downloading
- Custom Java arguments support
+## Supported Platforms
+
+| Platform | Architecture | Status |
+| ----------------- | --------------------- | ------ |
+| **Linux** | x86_64 | Done |
+| **Linux** | ARM64 | Done |
+| **macOS** | ARM64 (Apple Silicon) | Done |
+| **Windows** | x86_64 | Done |
+| **Windows** | ARM64 | Done |
+
## Installation
-*(Pre-built binaries coming soon to the [Releases](https://github.com/HsiangNianian/DropOut/releases) page)*
+Download the latest release for your platform from the [Releases](https://github.com/HsiangNianian/DropOut/releases) page.
+
+| Platform | Files |
+| -------------- | ----------------------- |
+| Linux x86_64 | `.deb`, `.AppImage` |
+| Linux ARM64 | `.deb`, `.AppImage` |
+| macOS ARM64 | `.dmg` |
+| Windows x86_64 | `.msi`, `.exe` |
+| Windows ARM64 | `.msi`, `.exe` |
## Building from Source