We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d861bd3 commit 559473fCopy full SHA for 559473f
1 file changed
electron-bin/generate-windows.js
@@ -53,7 +53,11 @@ const run = async (arch) => {
53
console.log('Running rcedit');
54
const executablePath = path.join(extractedPath, 'electron.exe');
55
await rcedit(executablePath, {
56
- icon: newIconPath
+ icon: newIconPath,
57
+ // Replace Electron's version with something generic
58
+ 'version-string': '1.0.0',
59
+ 'file-version': '1.0.0',
60
+ 'product-version': '1.0.0'
61
});
62
63
console.log('Compressing');
0 commit comments