Update electron-builder/updater to fix build error on MacOS
This commit is contained in:
parent
c75a756b2a
commit
1c48db7df0
4 changed files with 1053 additions and 313 deletions
|
@ -82,6 +82,7 @@ const excludedFiles = [
|
|||
'^node_modules/ajv/*',
|
||||
'^node_modules/amdefine/*',
|
||||
'^node_modules/anymatch/*',
|
||||
'^node_modules/app-builder-lib/*',
|
||||
'^node_modules/asn1\\.js/*',
|
||||
'^node_modules/autoprefixer/*',
|
||||
'^node_modules/babel*',
|
||||
|
@ -89,6 +90,8 @@ const excludedFiles = [
|
|||
'^node_modules/body-parser/*',
|
||||
'^node_modules/bower/*',
|
||||
'^node_modules/buble/*',
|
||||
'^node_modules/builder-util/*',
|
||||
'^node_modules/builder-util-runtime/*',
|
||||
'^node_modules/chai/*',
|
||||
'^node_modules/cli-table2/*',
|
||||
'^node_modules/codemirror/*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue