chore: update electron build config

pull/100/head
moonrailgun 2 years ago
parent dbd487107a
commit 91f63bf4e8

@ -54,4 +54,4 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: desktop-client-artifacts name: desktop-client-artifacts
path: ./client/desktop/release/build path: ./client/desktop/release/build/*

@ -9,7 +9,8 @@ files:
afterSign: .erb/scripts/notarize.js afterSign: .erb/scripts/notarize.js
mac: mac:
target: target:
target: default # Not need zip and auto update
target: dmg
arch: arch:
- arm64 - arm64
- x64 - x64

Loading…
Cancel
Save