Skip to content

Commit 6a294c9

Browse files
authored
refactor(mac): remove stale (unused) logic for extend-info during plist creation (electron-userland#8661)
1 parent 78b84d0 commit 6a294c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.changeset/lovely-cougars-listen.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-builder-lib": patch
3+
---
4+
5+
chore: remove stale handler for `extend-info` in electronMac plist creation

packages/app-builder-lib/src/electron/electronMac.ts

-5
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ export async function createMacApp(packager: MacPackager, appOutDir: string, asa
102102
const helperGPUPlist = plistContent[6]
103103
const helperLoginPlist = plistContent[7]
104104

105-
// if an extend-info file was supplied, copy its contents in first
106-
if (plistContent[8] != null) {
107-
Object.assign(appPlist, plistContent[8])
108-
}
109-
110105
const buildMetadata = packager.config
111106

112107
/**

0 commit comments

Comments
 (0)