Skip to content

Commit

Permalink
build: add support for win32 exe
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Dec 27, 2024
1 parent ccb216e commit 63abe52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ files:
asarUnpack:
- resources/**
- '**/*.{node,dll,metal,exp,lib}'
artifactName: ${productName}-${version}-${arch}-setup.${ext}
win:
executableName: Cherry Studio
nsis:
artifactName: ${productName}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
Expand All @@ -56,8 +56,6 @@ mac:
arch:
- arm64
- x64
dmg:
artifactName: ${productName}-${version}-${arch}.${ext}
linux:
target:
- target: AppImage
Expand All @@ -66,8 +64,6 @@ linux:
- x64
maintainer: electronjs.org
category: Utility
appImage:
artifactName: ${productName}-${version}-${arch}.${ext}
publish:
provider: generic
url: https://cherrystudio.ocool.online
Expand Down

0 comments on commit 63abe52

Please sign in to comment.