Skip to content

Commit

Permalink
fix(dmg): Perl error when building DMG
Browse files Browse the repository at this point in the history
Closes #815
  • Loading branch information
develar committed Oct 11, 2016
1 parent 1c0740d commit 2f1a6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/targets/dmg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class DmgTarget extends Target {
env.backgroundFilename = backgroundFilename
}

await exec("perl", [path.join(this.helperDir, "dmgProperties.pl")], {
await exec("/usr/bin/perl", [path.join(this.helperDir, "dmgProperties.pl")], {
cwd: this.helperDir,
env: env
})
Expand Down

0 comments on commit 2f1a6e7

Please sign in to comment.