Skip to content

Commit

Permalink
chore(deps): update electron/asar to 3.2.17 (electron-userland#8671)
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondkmp authored Nov 7, 2024
1 parent 3cca3c3 commit a4505a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-penguins-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

chore(deps): update electron/asar to 3.2.17
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.13",
"@electron/asar": "3.2.17",
"@electron/notarize": "2.5.0",
"@electron/osx-sign": "1.3.1",
"@electron/rebuild": "3.7.0",
Expand Down
21 changes: 6 additions & 15 deletions pnpm-lock.yaml

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

10 changes: 0 additions & 10 deletions test/snapshots/BuildTest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4970,10 +4970,8 @@ exports[`win smart unpack 2`] = `
"files": {
"package.json": {
"size": "<size>",
"unpacked": true,
},
},
"unpacked": true,
},
},
},
Expand Down Expand Up @@ -5174,14 +5172,6 @@ exports[`win smart unpack 3`] = `
"app.asar.unpacked/node_modules/edge-cs/lib/edge-cs.js",
"app.asar.unpacked/node_modules/edge-cs/lib/bootstrap/Dummy.cs",
"app.asar.unpacked/node_modules/edge-cs/lib/bootstrap/project.json",
{
"content": "{
"name": "@electron-builder/test-smart-unpack-empty",
"version": "1.0.0"
}
",
"name": "app.asar.unpacked/node_modules/@electron-builder/test-smart-unpack-empty/package.json",
},
"app.asar.unpacked/node_modules/@electron-builder/test-smart-unpack/foo.dll",
{
"content": "{
Expand Down

0 comments on commit a4505a3

Please sign in to comment.