Skip to content

Commit

Permalink
fix: Prevent conflict between parallel makers electron#3519
Browse files Browse the repository at this point in the history
  • Loading branch information
lockiechen committed Oct 21, 2024
1 parent 3983c73 commit b15aef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/maker/dmg/test/MakerDMG_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('MakerDMG', () => {
const opts = eidStub.firstCall.args[0];
expect(opts).to.deep.equal({
overwrite: true,
name: appName,
name: `${appName}_${targetArch}`,
appPath: path.resolve(`${dir}/My Test App.app`),
out: path.resolve(`${dir.substr(0, dir.length - 4)}/make`),
});
Expand Down

0 comments on commit b15aef2

Please sign in to comment.