Skip to content

Commit

Permalink
fix getPackagedAppPath for mac package
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerxxx authored Aug 1, 2019
1 parent 3e4f21b commit 94f476d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/electronBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ export default class InstallerBuilder {
if (this.currentContext.platform.nodeName === 'darwin') {
return path.join(
this.installerDir,
'mac',
`${context.packager.appInfo.productFilename}.app`,
'Contents', 'Resources', 'app'
);
Expand Down

0 comments on commit 94f476d

Please sign in to comment.