From 7b98001cdea5a59113f981a3e5c0d54cc1a09de3 Mon Sep 17 00:00:00 2001 From: wcbing Date: Thu, 1 May 2025 10:18:34 +0800 Subject: [PATCH] add arm64 version of flclash --- README.md | 2 +- data/github.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de50a88..f3167df 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ | 软件名 | 包名 | amd64 | arm64 | | ----- | ---- | ----- | ----- | | [Clash Verge Rev](https://github.com/clash-verge-rev/clash-verge-rev) | clash-verge | ✅ | ✅ | -| [FlClash](https://github.com/chen08209/FlClash) | flclash | ✅ | | +| [FlClash](https://github.com/chen08209/FlClash) | flclash | ✅ | ✅ | | [mihomo](https://github.com/MetaCubeX/mihomo) | mihomo | ✅ | ✅ | | [hugo](https://github.com/gohugoio/hugo) | hugo | ✅ | ✅ | | [RustDesk](https://github.com/rustdesk/rustdesk) | rustdesk | ✅ | ✅ | diff --git a/data/github.json b/data/github.json index 0f5f004..03e71c7 100644 --- a/data/github.json +++ b/data/github.json @@ -16,7 +16,8 @@ "flclash": { "repo": "chen08209/FlClash", "file_list": { - "amd64": "FlClash-{version}-linux-amd64.deb" + "amd64": "FlClash-{version}-linux-amd64.deb", + "arm64": "FlClash-{version}-linux-arm64.deb" } }, "hugo": {