upgrade electron-builder to 22.10.5
This commit is contained in:
parent
a4ff7ae240
commit
25458be515
8 changed files with 426 additions and 246 deletions
|
@ -122,6 +122,7 @@ const excludedFilesRegexps = [
|
|||
'^node_modules/@svgr/.+',
|
||||
'^node_modules/@types/.+',
|
||||
'^node_modules/@webassemblyjs/.+',
|
||||
'^node_modules/@electron/.+',
|
||||
'^node_modules/ajv/.+',
|
||||
'^node_modules/amdefine/.+',
|
||||
'^node_modules/ansi-colors/.+',
|
||||
|
@ -153,6 +154,7 @@ const excludedFilesRegexps = [
|
|||
'^node_modules/csso/.+',
|
||||
'^node_modules/degenerator/.+',
|
||||
'^node_modules/detect-port-alt/.+',
|
||||
'^node_modules/dmg-builder/.+',
|
||||
'^node_modules/electron-builder/.+',
|
||||
'^node_modules/electron-chromedriver/.+',
|
||||
'^node_modules/electron-icon-maker/.+',
|
||||
|
@ -207,6 +209,7 @@ const excludedFilesRegexps = [
|
|||
'^node_modules/npm-run-all/.+',
|
||||
'^node_modules/nsp/.+',
|
||||
'^node_modules/nyc/.+',
|
||||
'^node_modules/plist/.+',
|
||||
'^node_modules/phantomjs-prebuilt/.+',
|
||||
'^node_modules/postcss.+',
|
||||
'^node_modules/preserve/.+',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue