Fix build rules for windows
This commit is contained in:
parent
3d5d12c80b
commit
508d5927ad
1 changed files with 7 additions and 3 deletions
10
package.json
10
package.json
|
@ -411,6 +411,9 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
"!node_modules/@indutny/simple-windows-notifications/build/Release/*.node"
|
||||
],
|
||||
"bundleVersion": "1"
|
||||
},
|
||||
"win": {
|
||||
|
@ -441,9 +444,6 @@
|
|||
"target": [
|
||||
"nsis"
|
||||
],
|
||||
"files": [
|
||||
"node_modules/@indutny/simple-windows-notifications/build/Release/*.node"
|
||||
],
|
||||
"asarUnpack": [
|
||||
"build/icons/win/icon.ico"
|
||||
]
|
||||
|
@ -461,6 +461,9 @@
|
|||
"deb"
|
||||
],
|
||||
"icon": "build/icons/png",
|
||||
"files": [
|
||||
"!node_modules/@indutny/simple-windows-notifications/build/Release/*.node"
|
||||
],
|
||||
"publish": []
|
||||
},
|
||||
"deb": {
|
||||
|
@ -579,6 +582,7 @@
|
|||
"!node_modules/@signalapp/ringrtc/scripts/*",
|
||||
"node_modules/@signalapp/ringrtc/build/${platform}/*${arch}*.node",
|
||||
"node_modules/mac-screen-capture-permissions/build/Release/*.node",
|
||||
"node_modules/@indutny/simple-windows-notifications/build/Release/*.node",
|
||||
"node_modules/fs-xattr/build/Release/*.node",
|
||||
"!node_modules/@indutny/simple-windows-notifications/*.cpp",
|
||||
"!**/node_modules/react-dom/*/*.development.js",
|
||||
|
|
Loading…
Reference in a new issue