fixed windows native module import

This commit is contained in:
Eugene Pankov 2021-01-28 18:20:45 +01:00
parent 448a1a094f
commit 6b395cc2b3
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -8,8 +8,10 @@ afterAllArtifactBuild: "./build/mac/afterBuildHook.js"
files:
- '**/*'
- dist
- '!lib'
- '!src'
- '!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}'
- '!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,node.lib}'
- '!**/build/Release'
- '!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples,docs}'
- '!**/node_modules/@angular/common/locales'
- '!**/node_modules/@angular/compiler/src'
@ -27,8 +29,6 @@ files:
- '!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}'
- '!**/{appveyor.yml,.travis.yml,circle.yml}'
- '!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json'
asarUnpack:
- 'node_modules/**/Release/*.node'
extraResources:
- builtin-plugins
- extras