mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
修
This commit is contained in:
+18
-1
@@ -15,12 +15,29 @@ files:
|
|||||||
- '!{.eslintcache,eslint.config.mjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
|
- '!{.eslintcache,eslint.config.mjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
|
||||||
- '!{.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}'
|
||||||
|
- '!**/node_modules/get-intrinsic/**'
|
||||||
|
- '!**/node_modules/dunder-proto/**'
|
||||||
|
- '!**/node_modules/call-bind/**'
|
||||||
|
- '!**/node_modules/define-data-property/**'
|
||||||
|
- '!**/node_modules/has-property-descriptors/**'
|
||||||
|
- '!**/node_modules/gopd/**'
|
||||||
asarUnpack:
|
asarUnpack:
|
||||||
- resources/**
|
- resources/**
|
||||||
afterPack: ./scripts/afterPack.cjs
|
|
||||||
extraFiles:
|
extraFiles:
|
||||||
- from: themes
|
- from: themes
|
||||||
to: themes
|
to: themes
|
||||||
|
- from: node_modules/get-intrinsic
|
||||||
|
to: node_modules/get-intrinsic
|
||||||
|
- from: node_modules/dunder-proto
|
||||||
|
to: node_modules/dunder-proto
|
||||||
|
- from: node_modules/call-bind
|
||||||
|
to: node_modules/call-bind
|
||||||
|
- from: node_modules/define-data-property
|
||||||
|
to: node_modules/define-data-property
|
||||||
|
- from: node_modules/has-property-descriptors
|
||||||
|
to: node_modules/has-property-descriptors
|
||||||
|
- from: node_modules/gopd
|
||||||
|
to: node_modules/gopd
|
||||||
extraResources:
|
extraResources:
|
||||||
- from: resources
|
- from: resources
|
||||||
to: assets
|
to: assets
|
||||||
|
|||||||
Reference in New Issue
Block a user