mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-24 18:00:28 -06:00
SDA-1557: unpack asar files locally (#796)
This commit is contained in:
parent
0431a9f5ad
commit
c709b690f3
@ -29,11 +29,7 @@
|
||||
"build": {
|
||||
"appId": "com.symphony.electron-desktop",
|
||||
"asar": true,
|
||||
"asarUnpack": [
|
||||
"node_modules/@nornagon/cld/build/Release/cld.node",
|
||||
"node_modules/@nornagon/spellchecker/build/Release/spellchecker.node",
|
||||
"node_modules/keyboard-layout/build/Release/keyboard-layout-manager.node"
|
||||
],
|
||||
"asarUnpack": "**/*.node",
|
||||
"files": [
|
||||
"!coverage/*",
|
||||
"!installer/*",
|
||||
|
Loading…
Reference in New Issue
Block a user