Skip to content

Commit

Permalink
remove some build useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
v1ll4n committed Aug 1, 2024
1 parent 84cfc99 commit 9e23869
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 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 Down

0 comments on commit 9e23869

Please sign in to comment.