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)