diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d07fa627..219fbf15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,8 @@ name: Release Build on: workflow_dispatch: push: - branches: - - main + tags: + - v** env: CARGO_INCREMENTAL: 0 diff --git a/.github/workflows/updater.yaml b/.github/workflows/updater.yml similarity index 100% rename from .github/workflows/updater.yaml rename to .github/workflows/updater.yml diff --git a/README.md b/README.md index 4884e134..64e48059 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,11 @@ A 接盘 Clash Meta GUI based on t Download from [release](https://github.com/wonfen/clash-verge-rev/releases). Supports Windows x64, Linux x86_64 and macOS 11+ -- [Windows x64](https://github.com/wonfen/clash-verge-rev/releases/download/v1.3.9/Clash.Verge_1.4.0_x64_zh-CN.msi) -- [macOS intel](https://github.com/wonfen/clash-verge-rev/releases/download/v1.3.9/Clash.Verge_1.4.0_x64.dmg) -- [macOS arm](https://github.com/wonfen/clash-verge-rev/releases/download/v1.3.9/Clash.Verge_1.4.0_aarch64.dmg) -- [Linux AppImage](https://github.com/wonfen/clash-verge-rev/releases/download/v1.3.9/clash-verge_1.4.0_amd64.AppImage) -- [Linux deb](https://github.com/wonfen/clash-verge-rev/releases/download/v1.3.9/clash-verge_1.4.0_amd64.deb) -- [Fedora Linux](https://github.com/wonfen/clash-verge-rev/issues/352) +- [Windows x64](https://github.com/wonfen/clash-verge-rev/releases/download/v1.4.0/Clash.Verge_1.4.0_x64_zh-CN.msi) +- [macOS intel](https://github.com/wonfen/clash-verge-rev/releases/download/v1.4.0/Clash.Verge_1.4.0_x64.dmg) +- [macOS arm](https://github.com/wonfen/clash-verge-rev/releases/download/v1.4.0/Clash.Verge_1.4.0_aarch64.dmg) +- [Linux AppImage](https://github.com/wonfen/clash-verge-rev/releases/download/v1.4.0/clash-verge_1.4.0_amd64.AppImage) +- [Linux deb](https://github.com/wonfen/clash-verge-rev/releases/download/v1.4.0/clash-verge_1.4.0_amd64.deb) Or you can build it yourself. Supports Windows, Linux and macOS 10.15+ @@ -56,7 +55,7 @@ Notes: If you could not start the app on Windows, please check that you have [We #### 1. **macOS** "Clash Verge" is damaged and can't be opened -open the terminal and run `sudo xattr -r -d com.apple.quarantine /Applications/Clash\ Nyanpasu.app` +open the terminal and run `sudo xattr -r -d com.apple.quarantine /Applications/Clash\ Verge.app` ## Development @@ -106,7 +105,7 @@ Issue and PR welcome! Clash Verge rev was based on or inspired by these projects and so on: -- [keiko233/clash-nyanpasu](https://github.com/keiko233/clash-nyanpasu): A Clash Verge. +- [keiko233/clash-nyanpasu](https://github.com/keiko233/clash-nyanpasu): A Clash Verge variant. - [zzzgydi/clash-verge](https://github.com/zzzgydi/clash-verge): A Clash GUI based on tauri. Supports Windows, macOS and Linux. - [tauri-apps/tauri](https://github.com/tauri-apps/tauri): Build smaller, faster, and more secure desktop applications with a web frontend. - [Dreamacro/clash](https://github.com/Dreamacro/clash): A rule-based tunnel in Go. diff --git a/scripts/check.mjs b/scripts/check.mjs index b6ddc31f..bc677195 100644 --- a/scripts/check.mjs +++ b/scripts/check.mjs @@ -37,7 +37,7 @@ const CLASH_MAP = { */ /* ======= clash meta ======= */ const META_URL_PREFIX = `https://github.com/wonfen/Clash.Meta/releases/download/`; -const META_VERSION = "2023.11.21"; +const META_VERSION = "2023.11.23"; const META_MAP = { "win32-x64": "clash.meta-win-amd64", diff --git a/src-tauri/icons/win-tray-icon-activated.png b/src-tauri/icons/win-tray-icon-activated.png index 441ff02b..c88f60ee 100644 Binary files a/src-tauri/icons/win-tray-icon-activated.png and b/src-tauri/icons/win-tray-icon-activated.png differ diff --git a/src-tauri/icons/win-tray-icon.png b/src-tauri/icons/win-tray-icon.png index 29616c85..cab1870a 100644 Binary files a/src-tauri/icons/win-tray-icon.png and b/src-tauri/icons/win-tray-icon.png differ