fix: Prevent conflict between parallel makers #3519

This commit is contained in:
lockiechen 2024-10-21 12:56:06 +08:00
Родитель 3983c73b37
Коммит b15aef2d58
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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`),
});