Skip to content

Commit

Permalink
refactor(mac): remove stale (unused) logic for extend-info during p…
Browse files Browse the repository at this point in the history
…list creation (#8661)
  • Loading branch information
t3chguy authored Dec 3, 2024
1 parent 78b84d0 commit 6a294c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-cougars-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

chore: remove stale handler for `extend-info` in electronMac plist creation
5 changes: 0 additions & 5 deletions packages/app-builder-lib/src/electron/electronMac.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ export async function createMacApp(packager: MacPackager, appOutDir: string, asa
const helperGPUPlist = plistContent[6]
const helperLoginPlist = plistContent[7]

// if an extend-info file was supplied, copy its contents in first
if (plistContent[8] != null) {
Object.assign(appPlist, plistContent[8])
}

const buildMetadata = packager.config

/**
Expand Down

0 comments on commit 6a294c9

Please sign in to comment.