diff --git a/electron-builder.yml b/electron-builder.yml index 49402e97..ba82e338 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -29,11 +29,10 @@ mac: target: - target: dmg arch: - - x64 - arm64 - + - x64 dmg: - artifactName: ${productName}-${version}.${ext} + artifactName: ${productName}-${version}-${arch}.${ext} linux: target: - AppImage