Update electron-builder/updater to fix build error on MacOS

This commit is contained in:
Scott Nonnenberg 2019-03-12 18:49:22 -07:00
parent c75a756b2a
commit 1c48db7df0
4 changed files with 1053 additions and 313 deletions

View file

@ -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/*',