mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-26 00:41:11 -06:00
SDA-4712 - Remove symphony-c9-shell from asar (#2240)
* SDA-4712 - Remove unwanted files from build & dedupe * SDA-4712 - Wildcard entry windows * SDA-4712 - Remove cloud9 from extra files * Revert "SDA-4712 - Remove cloud9 from extra files" This reverts commitecad8a94a9
. * SDA-4712 - Explicitly specify asarUnpack * Revert "SDA-4712 - Explicitly specify asarUnpack" This reverts commit735628339b
.
This commit is contained in:
parent
952bc767ec
commit
9a81031e03
1071
package-lock.json
generated
1071
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -60,6 +60,8 @@
|
|||||||
"!node_modules/@nornagon/cld/deps/cld${/*}",
|
"!node_modules/@nornagon/cld/deps/cld${/*}",
|
||||||
"!node_modules/@nornagon/cld/build/deps${/*}",
|
"!node_modules/@nornagon/cld/build/deps${/*}",
|
||||||
"!node_modules/@nornagon/spellchecker/vendor${/*}",
|
"!node_modules/@nornagon/spellchecker/vendor${/*}",
|
||||||
|
"!node_modules/@symphony/symphony-c9-shell/**",
|
||||||
|
"!spec/**/*",
|
||||||
"!**/*.map"
|
"!**/*.map"
|
||||||
],
|
],
|
||||||
"extraFiles": [
|
"extraFiles": [
|
||||||
@ -104,10 +106,12 @@
|
|||||||
"**/*",
|
"**/*",
|
||||||
"!.git${/*}",
|
"!.git${/*}",
|
||||||
"!**/installer${/*}",
|
"!**/installer${/*}",
|
||||||
"!node_modules/@symphony/symphony-c9-shell${/*}",
|
"!spec/**/*",
|
||||||
|
"!images/linux/**",
|
||||||
"!**/node_modules/@nornagon/cld/deps/cld${/*}",
|
"!**/node_modules/@nornagon/cld/deps/cld${/*}",
|
||||||
"!**/node_modules/@nornagon/cld/build/deps${/*}",
|
"!**/node_modules/@nornagon/cld/build/deps${/*}",
|
||||||
"!**/node_modules/@nornagon/spellchecker/vendor${/*}",
|
"!**/node_modules/@nornagon/spellchecker/vendor${/*}",
|
||||||
|
"!**/node_modules/@symphony/symphony-c9-shell/**",
|
||||||
"!**/*.map",
|
"!**/*.map",
|
||||||
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
|
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
|
||||||
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
|
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
|
||||||
|
Loading…
Reference in New Issue
Block a user