Skip to content

Commit

Permalink
fix(mac): identifier missing from pkgbuild (#4558)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcandia authored and develar committed Jan 16, 2020
1 parent 8dd587f commit d216473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app-builder-lib/src/targets/pkg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export class PkgTarget extends Target {
// now build the package
const args = [
"--root", rootPath,
"--identifier", this.packager.appInfo.id,
"--component-plist", propertyListOutputFile,
]

Expand Down

0 comments on commit d216473

Please sign in to comment.