1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 10:32:29 +03:00

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: files:
- '**/*' - '**/*'
- dist - dist
- '!lib'
- '!src' - '!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/*/{test,__tests__,tests,powered-test,example,examples,docs}'
- '!**/node_modules/@angular/common/locales' - '!**/node_modules/@angular/common/locales'
- '!**/node_modules/@angular/compiler/src' - '!**/node_modules/@angular/compiler/src'
@ -27,8 +29,6 @@ files:
- '!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}' - '!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}'
- '!**/{appveyor.yml,.travis.yml,circle.yml}' - '!**/{appveyor.yml,.travis.yml,circle.yml}'
- '!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json' - '!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json'
asarUnpack:
- 'node_modules/**/Release/*.node'
extraResources: extraResources:
- builtin-plugins - builtin-plugins
- extras - extras