feat: add option to merge ASARs (#34)

* feat: fuse ASARs

* Rename, improve

* Rename option

* Drop universal from MACHO_MAGIC
This commit is contained in:
Fedor Indutny
2022-01-24 13:35:57 -08:00
committed by GitHub
parent 9f86e1dd2b
commit 38ab1c3559
4 changed files with 202 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
"apple silicon",
"universal"
],
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/electron/universal.git"
},
@@ -33,6 +33,7 @@
"@continuous-auth/semantic-release-npm": "^2.0.0",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.4",
"@types/minimatch": "^3.0.5",
"@types/node": "^14.14.7",
"@types/plist": "^3.0.2",
"husky": "^4.3.0",
@@ -47,6 +48,7 @@
"debug": "^4.3.1",
"dir-compare": "^2.4.0",
"fs-extra": "^9.0.1",
"minimatch": "^3.0.4",
"plist": "^3.0.4"
},
"husky": {