diff --git a/.github/workflows/release_macOS.yml b/.github/workflows/release_macOS.yml index b8e6804d5..a2cc8c8e9 100644 --- a/.github/workflows/release_macOS.yml +++ b/.github/workflows/release_macOS.yml @@ -15,6 +15,7 @@ env: APPLE_ID: ${{ secrets.APPLEID }} APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }} TEAMID: ${{ secrets.TEAMID }} + APPLE_TEAM_ID: ${{ secrets.TEAMID }} jobs: release-x64: @@ -100,6 +101,14 @@ jobs: echo "VITE_LD_ENVIRONMENT_ID=${{ secrets.VITE_LD_ENVIRONMENT_ID }}" > .env.production echo "VITE_IPFS_API=${{ secrets.VITE_IPFS_API }}" >> .env.production + - name: Install node-gyp + run: pnpm add --global node-gyp + shell: bash + + - name: install setuptools + run: brew install python-setuptools + shell: bash + - name: Build artifacts. run: pnpm release:mac:arm64 env: diff --git a/electron-builder.yml b/electron-builder.yml index 50a03ae3e..ae75b198a 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -60,8 +60,6 @@ mac: entitlementsInherit: build/entitlements.mac.plist extendInfo: com.apple.security.cs.allow-jit: true - notarize: - teamId: DLB2RYLUDX asarUnpack: - build/bin/darwin/legendary - build/bin/darwin/gogdl