diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2659f37..21b03a8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -132,7 +132,7 @@ jobs: make clean - name: Build cross run: | - ./build.sh + ./build-apple.sh android: name: Android runs-on: ubuntu-22.04 diff --git a/README.md b/README.md index 11dac5d..6836dc5 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ git clone --recursive https://github.com/heiher/hev-socks5-tunnel jni ndk-build ``` -### iOS and MacOS +### iOS and macOS ```bash git clone --recursive https://github.com/heiher/hev-socks5-tunnel cd hev-socks5-tunnel # will generate HevSocks5Tunnel.xcframework -./build.sh +./build-apple.sh ``` ### Library diff --git a/build.sh b/build-apple.sh similarity index 100% rename from build.sh rename to build-apple.sh