Commit e8771137 authored by carlosperate's avatar carlosperate

Fix Windows Electron build issue with executable filename.

parent 26d19eca
......@@ -52,7 +52,7 @@ var finalize = function () {
var copyrightString = 'Copyright (C) ' + new Date().getFullYear() + ' ' +
manifest.author + ' ' + manifest.homepage;
var rcedit = require('rcedit');
rcedit(readyAppDir.path(manifest.name + '.exe'), {
rcedit(readyAppDir.path('electron.exe'), {
icon: projectDir.path('resources/windows/icon.ico'),
'file-version': manifest.version,
'product-version': manifest.version,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment