use productName for executable

This commit is contained in:
sawka 2024-09-19 21:38:10 -07:00
parent 85ec6d45fe
commit b0c5443916

View File

@ -10,7 +10,7 @@ const path = require("path");
const config = {
appId: pkg.build.appId,
productName: pkg.productName,
executableName: pkg.name,
executableName: pkg.productName,
artifactName: "${productName}-${platform}-${arch}-${version}.${ext}",
generateUpdatesFilesForAllChannels: true,
npmRebuild: false,