Skip to content

Commit

Permalink
chore: update electron-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 committed Oct 30, 2024
1 parent 7af1125 commit b9d5fa0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ files:
- '!**/.vscode/*'
- '!src/*'
- '!electron.vite.config.{js,ts,mjs,cjs}'
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md,README-CN.md,tailwind.config.js,postcss.config.js,type.d.ts,.gitignore}'
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml,package-lock.json,package.json}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json,components.json}'
- '!{electron-builder.yml,electron-builder.config.js}'
- '!.github/*'
- '!resources/*'

asarUnpack:
- ./resources/*
win:
Expand Down

0 comments on commit b9d5fa0

Please sign in to comment.