mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Fix build rules for windows
This commit is contained in:
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",
|
||||
|
||||
Reference in New Issue
Block a user