diff --git a/electron-builder.yml b/electron-builder.yml index 5ec3133..3a18d50 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -11,10 +11,10 @@ files: asarUnpack: - resources/** win: - executableName: relic + executableName: Relic icon: resources/icon.ico nsis: - artifactName: ${name}-${version}-setup.${ext} + artifactName: ${productName}-${version}-setup.${ext} shortcutName: ${productName} uninstallDisplayName: ${productName} createDesktopShortcut: always @@ -22,7 +22,7 @@ mac: icon: resources/icon.icns notarize: false dmg: - artifactName: ${name}-${version}.${ext} + artifactName: ${productName}-${version}.${ext} linux: target: - AppImage @@ -31,7 +31,7 @@ linux: maintainer: electronjs.org category: Utility appImage: - artifactName: ${name}-${version}.${ext} + artifactName: ${productName}-${version}.${ext} npmRebuild: false publish: provider: generic