Skip to content

Commit

Permalink
fix: update @electron/asar to 3.2.18 to resolve signing issue with fr…
Browse files Browse the repository at this point in the history
…amework symlinks (#8762)

fixes: #8655
  • Loading branch information
mmaietta authored Jan 8, 2025
1 parent 5c44725 commit c4f5497
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-colts-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

fix: update @electron/asar to 3.2.18 to resolve signing issue with framework symlinks
2 changes: 1 addition & 1 deletion packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@develar/schema-utils": "~2.6.5",
"@electron/fuses": "^1.8.0",
"@electron/asar": "3.2.17",
"@electron/asar": "3.2.18",
"@electron/notarize": "2.5.0",
"@electron/osx-sign": "1.3.1",
"@electron/rebuild": "3.7.0",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions test/snapshots/globTest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9906,15 +9906,19 @@ exports[`symlinks everywhere w/ static framework 3`] = `
"files": {
"Headers": {
"link": "node_modules/hello-world/lib/Release/Hello.framework/Versions/Current/Headers",
"unpacked": true,
},
"Hello": {
"link": "node_modules/hello-world/lib/Release/Hello.framework/Versions/Current/Hello",
"unpacked": true,
},
"Info.plist": {
"link": "node_modules/hello-world/lib/Release/Hello.framework/Versions/Current/Info.plist",
"unpacked": true,
},
"Modules": {
"link": "node_modules/hello-world/lib/Release/Hello.framework/Versions/Current/Modules",
"unpacked": true,
},
"Versions": {
"files": {
Expand Down Expand Up @@ -9992,6 +9996,7 @@ exports[`symlinks everywhere w/ static framework 3`] = `
},
"Current": {
"link": "node_modules/hello-world/lib/Release/Hello.framework/Versions/A",
"unpacked": true,
},
},
"unpacked": true,
Expand Down Expand Up @@ -10049,6 +10054,11 @@ exports[`symlinks everywhere w/ static framework 4`] = `
",
"name": "app.asar.unpacked/node_modules/hello-world/package.json",
},
"app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Headers",
"app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Hello",
"app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Info.plist",
"app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Modules",
"app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Versions/Current",
"app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Versions/A/Hello",
"app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Versions/A/Info.plist",
"app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Versions/A/Modules/Hello.abi.json",
Expand Down Expand Up @@ -10078,6 +10088,7 @@ exports[`unpackDir 2`] = `
"files": {
"file-symlink2": {
"link": "assets/file2",
"unpacked": true,
},
"file1": {
"size": 4,
Expand All @@ -10091,6 +10102,7 @@ exports[`unpackDir 2`] = `
"files": {
"file-symlink1": {
"link": "assets/file1",
"unpacked": true,
},
"file3": {
"size": 4,
Expand Down Expand Up @@ -10192,6 +10204,7 @@ exports[`unpackDir one 2`] = `
"files": {
"file-symlink2": {
"link": "assets/file2",
"unpacked": true,
},
"file1": {
"size": 4,
Expand All @@ -10205,6 +10218,7 @@ exports[`unpackDir one 2`] = `
"files": {
"file-symlink1": {
"link": "assets/file1",
"unpacked": true,
},
"file3": {
"size": 4,
Expand Down

0 comments on commit c4f5497

Please sign in to comment.