From 140942471c6ba4f2591333904df948de00842164 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 23 Sep 2024 17:56:16 +0800 Subject: [PATCH] debug --- .github/workflows/build.yml | 4 ++-- electron-builder.json5 | 46 ++++++++++++++++++------------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b07313b..062f5241 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,8 +16,8 @@ jobs: # arch: [arm64, amd64] - os: macos-latest arch: [arm64, amd64] -# - os: windows-latest -# arch: [arm64, amd64] + - os: windows-latest + arch: [arm64, amd64] steps: - name: Checkout Code diff --git a/electron-builder.json5 b/electron-builder.json5 index 7d0b6ff5..770eca8e 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -22,29 +22,29 @@ ], "win": { icon: "electron/resources/build/logo.ico", - // "target": [ - // { - // "target": "nsis", - // "arch": [ - // "x64", - // "arm64" - // ] - // }, - // { - // "target": "portable", - // "arch": [ - // "x64", - // "arm64" - // ] - // }, - // { - // "target": "appx", - // "arch": [ - // "x64", - // "arm64" - // ] - // } - // ], + "target": [ + { + "target": "nsis", + "arch": [ + "x64", + "arm64" + ] + }, + // { + // "target": "portable", + // "arch": [ + // "x64", + // "arm64" + // ] + // }, + // { + // "target": "appx", + // "arch": [ + // "x64", + // "arm64" + // ] + // } + ], "artifactName": "${productName}-${version}-win-${arch}.${ext}", "extraResources": [ {