Skip to content

Commit c08db0a

Browse files
fix: re-add --identifier to mac pkg build to address issue #7348 (#7352)
1 parent 1e8dad8 commit c08db0a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/wet-kangaroos-fail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-builder-lib": patch
3+
---
4+
5+
fix: re-add `--identifier` to mac pkg build to address issue #7348

packages/app-builder-lib/src/targets/pkg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export class PkgTarget extends Target {
172172
const args = [
173173
"--root",
174174
rootPath,
175-
// "--identifier", this.packager.appInfo.id,
175+
"--identifier", this.packager.appInfo.id,
176176
"--component-plist",
177177
propertyListOutputFile,
178178
]

0 commit comments

Comments
 (0)