From ccdda86f43ea0982d3f84de68ce3a9d45afb6ae4 Mon Sep 17 00:00:00 2001 From: Fox_block Date: Sat, 14 Mar 2026 13:00:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E4=B8=80=E4=B8=8B=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron-builder.yml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index 031cc9a..4e9a0cd 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -8,34 +8,13 @@ protocols: - secscore role: Viewer files: + - '**/*' - '!**/.vscode/*' - '!src/*' - '!electron.vite.config.{js,ts,mjs,cjs}' - '!{.eslintcache,eslint.config.mjs,.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}' - - from: node_modules/math-intrinsics - to: node_modules/math-intrinsics - - from: node_modules/get-intrinsic - to: node_modules/get-intrinsic - - from: node_modules/call-bind - to: node_modules/call-bind - - from: node_modules/call-bound - to: node_modules/call-bound - - from: node_modules/es-define-property - to: node_modules/es-define-property - - from: node_modules/es-errors - to: node_modules/es-errors - - from: node_modules/function-bind - to: node_modules/function-bind - - from: node_modules/has-proto - to: node_modules/has-proto - - from: node_modules/has-symbols - to: node_modules/has-symbols - - from: node_modules/hasown - to: node_modules/hasown - - from: node_modules/set-function-length - to: node_modules/set-function-length asarUnpack: - resources/** afterPack: ./scripts/afterPack.cjs