Skip to content

Commit

Permalink
🔧 build: 支持 Mac Inter 部署 #203
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed Jul 8, 2024
1 parent d20512e commit 7ed3391
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@ mac:
darkModeSupport: true
category: public.app-category.music
target:
- dmg
- zip
arch:
- x64
- arm64
- target: dmg
arch:
- x64
- arm64
- target: zip
arch:
- x64
- arm64
# macOS 平台的 DMG 配置
dmg:
# DMG 文件的生成名称
Expand Down

0 comments on commit 7ed3391

Please sign in to comment.