mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-22 13:26:09 +03:00
Docs: update readme (#1044)
* docs: update README.md - Fix the path and name of the release. - Format the style with markdownlint. * docs: fix apk name * ci: add paths-ignore for workflow
This commit is contained in:
parent
62fb089e27
commit
da3ee71dfd
25
.github/workflows/build-unsigned.yaml
vendored
25
.github/workflows/build-unsigned.yaml
vendored
@ -1,5 +1,28 @@
|
|||||||
name: Build Unsigned
|
name: Build Unsigned
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/**'
|
||||||
|
- '.idea/**'
|
||||||
|
- '.gitignore'
|
||||||
|
- '.gitmodules'
|
||||||
|
- '**.md'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'NOTICE'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/**'
|
||||||
|
- '.idea/**'
|
||||||
|
- '.gitignore'
|
||||||
|
- '.gitmodules'
|
||||||
|
- '**.md'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'NOTICE'
|
||||||
jobs:
|
jobs:
|
||||||
BuildUnsigned:
|
BuildUnsigned:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
14
README.md
14
README.md
@ -8,26 +8,20 @@ A Graphical user interface of [clash](https://github.com/Dreamacro/clash) for An
|
|||||||
|
|
||||||
Fully feature of [clash](https://github.com/Dreamacro/clash) ~~(Exclude `external-controller`~~
|
Fully feature of [clash](https://github.com/Dreamacro/clash) ~~(Exclude `external-controller`~~
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Requirement
|
### Requirement
|
||||||
|
|
||||||
* Android 5.0+ (minimum)
|
- Android 5.0+ (minimum)
|
||||||
* Android 7.0+ (recommend)
|
- Android 7.0+ (recommend)
|
||||||
* `armeabi-v7a` , `arm64-v8a`, `x86` or `x86_64` Architecture
|
- `armeabi-v7a` , `arm64-v8a`, `x86` or `x86_64` Architecture
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
See also [LICENSE](./LICENSE) and [NOTICE](./NOTICE)
|
See also [LICENSE](./LICENSE) and [NOTICE](./NOTICE)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Privacy Policy
|
### Privacy Policy
|
||||||
|
|
||||||
See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md)
|
See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
1. Update submodules
|
1. Update submodules
|
||||||
@ -59,4 +53,4 @@ See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md)
|
|||||||
./gradlew app:assembleFossRelease
|
./gradlew app:assembleFossRelease
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Pick `app-release-<arch>.apk` in `app/build/outputs/apks`
|
6. Pick `app-foss-<arch>-release-signed.apk` in `app/build/outputs/apk/foss/release/`
|
||||||
|
Loading…
Reference in New Issue
Block a user