Skip to content

Commit

Permalink
feat(lld): activate ASAR integrity check on all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Jan 16, 2025
1 parent f151927 commit 29f63a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/ledger-live-desktop/electron-builder-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ protocols:

beforePack: scripts/beforePack.js
afterSign: scripts/notarize.js
afterPack: scripts/afterPack.js

directories:
buildResources: "build-nightly"
Expand All @@ -18,6 +19,7 @@ mac:
entitlements: build-nightly/mac/entitlements.plist
entitlementsInherit: build-nightly/mac/entitlements.plist
icon: build-nightly/icon.icns
mergeASARs: false
target:
- target: dmg
arch:
Expand Down
2 changes: 2 additions & 0 deletions apps/ledger-live-desktop/electron-builder-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ protocols:

beforePack: scripts/beforePack.js
afterSign: scripts/notarize.js
afterPack: scripts/afterPack.js

mac:
artifactName: ${name}-${version}-${os}.${ext}
category: public.app-category.wallet
hardenedRuntime: true
entitlements: build/mac/entitlements.plist
entitlementsInherit: build/mac/entitlements.plist
mergeASARs: false
target:
- target: dmg
arch:
Expand Down
2 changes: 2 additions & 0 deletions apps/ledger-live-desktop/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ protocols:

beforePack: scripts/beforePack.js
afterSign: scripts/notarize.js
afterPack: scripts/afterPack.js

mac:
artifactName: ${name}-${version}-${os}.${ext}
category: public.app-category.wallet
hardenedRuntime: true
entitlements: build/mac/entitlements.plist
entitlementsInherit: build/mac/entitlements.plist
mergeASARs: false
target:
- target: dmg
arch:
Expand Down

0 comments on commit 29f63a5

Please sign in to comment.