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 commit ecad8a94a9.

* SDA-4712 - Explicitly specify asarUnpack

* Revert "SDA-4712 - Explicitly specify asarUnpack"

This reverts commit 735628339b.
This commit is contained in:
Kiran Niranjan 2024-12-21 00:34:03 +05:30 committed by GitHub
parent 952bc767ec
commit 9a81031e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 667 additions and 410 deletions

1071
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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}",