refactor: replace 'pnpm check' with 'pnpm prepare' in workflow files and update CONTRIBUTING.md

This commit is contained in:
Tunglies
2025-06-10 23:43:04 +08:00
Unverified
parent 7001ef2030
commit 25cfd162f6
9 changed files with 15 additions and 16 deletions

View File

@@ -52,9 +52,9 @@ You have two options for downloading the clash binary:
- Automatically download it via the provided script:
```shell
pnpm run check
pnpm run prepare
# Use '--force' to force update to the latest version
# pnpm run check --force
# pnpm run prepare --force
```
- Manually download it from the [Mihomo release](https://github.com/MetaCubeX/mihomo/releases). After downloading, rename the binary according to the [Tauri configuration](https://tauri.app/v1/api/config#bundleconfig.externalbin).