Don't include preload/dom files in ASAR

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2025-12-12 15:59:29 -06:00
committed by GitHub
parent ca06d70047
commit 7565dfa447

View File

@@ -608,6 +608,8 @@
"!ts/scripts/**",
"!build",
"!ts/{storybook,test-helpers,test-node,test-mock,test-electron}",
"!ts/**/*.preload.js",
"!ts/**/*.dom.js",
"!**/{tsconfig,bower,component}.json",
"!**/.{github,husky,grenrc,npmrc,nycrc,taprc,bithoundrc}",
"!**/.testem.json",