Skip to content

Commit

Permalink
fix: re-add --identifier to mac pkg build to address issue #7348 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwbarry authored Jan 7, 2023
1 parent 1e8dad8 commit c08db0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-kangaroos-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

fix: re-add `--identifier` to mac pkg build to address issue #7348
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/targets/pkg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class PkgTarget extends Target {
const args = [
"--root",
rootPath,
// "--identifier", this.packager.appInfo.id,
"--identifier", this.packager.appInfo.id,
"--component-plist",
propertyListOutputFile,
]
Expand Down

0 comments on commit c08db0a

Please sign in to comment.