From 54f8416ecd3dbe36d89ccd0daa8d6384be271f38 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Sun, 20 Aug 2023 11:37:10 +0000 Subject: [PATCH] fix build for macos --- .github/workflows/ci.yml | 24 ++++++++++++------------ Makefile | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b21325f7..c0b9c3fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,15 +15,15 @@ jobs: fail-fast: false matrix: include: - - platform: android - os: ubuntu-latest - targets: aab,apk - target: android + # - platform: android + # os: ubuntu-latest + # targets: aab,apk + # target: android - - platform: windows - os: windows-latest - aarch: amd64 - targets: exe + # - platform: windows + # os: windows-latest + # aarch: amd64 + # targets: exe # Flutter does not support x86 # - platform: windows @@ -44,10 +44,10 @@ jobs: targets: dmg - - platform: linux - os: ubuntu-latest - aarch: amd64 - targets: AppImage + # - platform: linux + # os: ubuntu-latest + # aarch: amd64 + # targets: AppImage runs-on: ${{ matrix.os }} diff --git a/Makefile b/Makefile index 5a3b94a0..32c7a33a 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ linux-release: macos-release: flutter build macos --release &&\ tree ./build/macos/Build &&\ - create-dmg --app-drop-link 600 185 "hiddify-macos-universal.dmg" ./build/macos/Build/Products/Release/hiddify-clash.app + create-dmg --app-drop-link 600 185 "hiddify-macos-universal.dmg" ./build/macos/Build/Products/Release/hiddify.app android-libs: mkdir -p $(ANDROID_OUT)