mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-23 02:22:02 +03:00
fixed windows native module import
This commit is contained in:
parent
448a1a094f
commit
6b395cc2b3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user