aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-02-10 13:28:23 +0800
committerGitHub <noreply@github.com>2026-02-10 13:28:23 +0800
commit21ec63eaaf2ab1cb088f1c1787200a91cce460a5 (patch)
treed3ffcbd1a53b4567c1ba5995a49ecf656fb3c596 /README.md
parent3bc1e77f3922d5bdb824d1249971738a8d175f41 (diff)
downloadDropOut-21ec63eaaf2ab1cb088f1c1787200a91cce460a5.tar.gz
DropOut-21ec63eaaf2ab1cb088f1c1787200a91cce460a5.zip
chore: sync with main [skip ci] (#91)
Co-authored-by: NtskwK <natsukawa247@outlook.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index cf076b7..6d0eac0 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Drop*O*ut
+English | [中文](README.CN.md)
+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_small)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/HsiangNianian/DropOut/main.svg)](https://results.pre-commit.ci/latest/github/HsiangNianian/DropOut/main)
@@ -56,6 +58,8 @@ This launcher is built for players who value control, transparency, and long-ter
## Roadmap
+Check our full roadmap at: <https://roadmap.sh/r/minecraft-launcher-dev>
+
- [X] **Account Persistence** — Save login state between sessions
- [X] **Token Refresh** — Auto-refresh expired Microsoft tokens
- [X] **JVM Arguments Parsing** — Full support for `arguments.jvm` and `arguments.game` parsing
@@ -98,6 +102,7 @@ Download the latest release for your platform from the [Releases](https://github
git clone https://github.com/HsiangNianian/DropOut.git
cd DropOut
```
+
2. **Install Frontend Dependencies**
```bash
@@ -105,12 +110,14 @@ Download the latest release for your platform from the [Releases](https://github
pnpm install
cd ..
```
+
3. **Run in Development Mode**
```bash
# This will start the frontend server and the Tauri app window
cargo tauri dev
```
+
4. **Build Release Version**
```bash
@@ -123,6 +130,7 @@ Download the latest release for your platform from the [Releases](https://github
DropOut is built with long-term maintainability in mind.
Contributions are welcome, especially in these areas:
+
- Instance system design
- Mod compatibility tooling
- UI/UX improvements
@@ -131,12 +139,11 @@ Contributions are welcome, especially in these areas:
Standard GitHub workflow applies:
fork → feature branch → pull request.
-
## License
+Distributed under the MIT License. See `LICENSE` for more information.
+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_shield&issueType=license)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut.svg?type=shield&issueType=security)](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_shield&issueType=security)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FHsiangNianian%2FDropOut?ref=badge_large)
-
-Distributed under the MIT License. See `LICENSE` for more information.