Skip to content

Commit

Permalink
change mac package params (#1871)
Browse files Browse the repository at this point in the history
* change mac package params

* remove some build useless files

---------

Co-authored-by: v1ll4n <v1ll4n.a5k@gmail.com>
  • Loading branch information
VillanCh and v1ll4n authored Aug 2, 2024
1 parent ed704b6 commit 35ca359
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions electron-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ directories:
output: release/
app: .

files:
- "**/*"
- "!bins/**/*"
- "!.github/**/*"
- "!multibuilder/**/*"
- "!scripts/**/*"
- "!buildutil/**/*"
- "!buildHooks/**/*"
- "!build/**/*"
- "!backups/**/*"
- "!app/renderer/src/**/*"


#artifactName: ${productName}-${version}-${platform}-${arch}.${ext}
asar: true

Expand All @@ -42,6 +55,7 @@ publish:

mac:
artifactName: ${productName}-${version}-darwin-${arch}.${ext}
gatekeeperAssess: false
# extraFiles:
# - from: "bins/flag.darwin.txt"
# to: "bins/flag.darwin.txt"
Expand Down

0 comments on commit 35ca359

Please sign in to comment.