From e26ea8466e2e002f27485411abbfdb1f76a5c209 Mon Sep 17 00:00:00 2001 From: ModStart Date: Mon, 16 Dec 2024 18:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main-build.yml | 8 ++++---- electron-builder.json5 | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 50c1061..b58f728 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -7,16 +7,16 @@ on: jobs: build: - runs-on: self-hosted - # runs-on: ${{ matrix.os }} + # runs-on: self-hosted + runs-on: ${{ matrix.os }} strategy: matrix: include: # - os: ubuntu-latest # arch: [arm64, amd64] -# - os: macos-latest -# arch: [arm64, amd64] + - os: macos-latest + arch: [arm64, amd64] - os: windows-latest arch: [arm64, amd64] diff --git a/electron-builder.json5 b/electron-builder.json5 index 7ce3f8c..4d92c75 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -14,12 +14,12 @@ "dist", "dist-electron" ], - "extraResources": [ - { - "from": "node_modules/ffmpeg-static", - "to": "bin/ffmpeg", - } - ], +// "extraResources": [ +// { +// "from": "node_modules/ffmpeg-static", +// "to": "bin/ffmpeg", +// } +// ], "win": { icon: "electron/resources/build/logo.ico", "target": [