mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 02:10:32 -06:00
SDA-1557: unpack asar files locally (#796)
This commit is contained in:
parent
0431a9f5ad
commit
c709b690f3
@ -29,11 +29,7 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"appId": "com.symphony.electron-desktop",
|
"appId": "com.symphony.electron-desktop",
|
||||||
"asar": true,
|
"asar": true,
|
||||||
"asarUnpack": [
|
"asarUnpack": "**/*.node",
|
||||||
"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"
|
|
||||||
],
|
|
||||||
"files": [
|
"files": [
|
||||||
"!coverage/*",
|
"!coverage/*",
|
||||||
"!installer/*",
|
"!installer/*",
|
||||||
|
Loading…
Reference in New Issue
Block a user