Skip to content

Commit 2f1a6e7

Browse files
committed
fix(dmg): Perl error when building DMG
Closes #815
1 parent 1c0740d commit 2f1a6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/dmg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export class DmgTarget extends Target {
134134
env.backgroundFilename = backgroundFilename
135135
}
136136

137-
await exec("perl", [path.join(this.helperDir, "dmgProperties.pl")], {
137+
await exec("/usr/bin/perl", [path.join(this.helperDir, "dmgProperties.pl")], {
138138
cwd: this.helperDir,
139139
env: env
140140
})

0 commit comments

Comments
 (0)