fix: Prevent conflict between parallel makers #3519
This commit is contained in:
Родитель
3983c73b37
Коммит
b15aef2d58
|
@ -67,7 +67,7 @@ describe('MakerDMG', () => {
|
||||||
const opts = eidStub.firstCall.args[0];
|
const opts = eidStub.firstCall.args[0];
|
||||||
expect(opts).to.deep.equal({
|
expect(opts).to.deep.equal({
|
||||||
overwrite: true,
|
overwrite: true,
|
||||||
name: appName,
|
name: `${appName}_${targetArch}`,
|
||||||
appPath: path.resolve(`${dir}/My Test App.app`),
|
appPath: path.resolve(`${dir}/My Test App.app`),
|
||||||
out: path.resolve(`${dir.substr(0, dir.length - 4)}/make`),
|
out: path.resolve(`${dir.substr(0, dir.length - 4)}/make`),
|
||||||
});
|
});
|
||||||
|
|
Загрузка…
Ссылка в новой задаче