|
@@ -7,10 +7,17 @@ files:
|
|
- '!src/*'
|
|
- '!src/*'
|
|
- '!electron.vite.config.{js,ts,mjs,cjs}'
|
|
- '!electron.vite.config.{js,ts,mjs,cjs}'
|
|
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
|
|
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
|
|
|
|
+ - '!{CHANGE.md,commitlint.config.js,babel.config.js,index.html,config.sample.json}'
|
|
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
|
|
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
|
|
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
|
|
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
|
|
|
|
+ - '!logs/*'
|
|
|
|
+ - '!store/*'
|
|
|
|
+ - '!electron/*'
|
|
|
|
+ - '!database/*'
|
|
|
|
+ - '!config/*'
|
|
asarUnpack:
|
|
asarUnpack:
|
|
- resources/**
|
|
- resources/**
|
|
|
|
+asar: false
|
|
extraResources:
|
|
extraResources:
|
|
- from: ./version
|
|
- from: ./version
|
|
to: version
|
|
to: version
|