We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086e480 commit 5821b39Copy full SHA for 5821b39
build-conf.js
@@ -13,6 +13,7 @@ const config = {
13
outPath: path.resolve('.electrify/dist'),
14
installFolderName: 'QRL',
15
icon: path.resolve('.electrify/assets/qrl.ico'),
16
+ exeName: 'QRLWallet',
17
},
18
macos: {
19
electronPath: path.resolve('.electrify/.dist/QRLWallet-darwin-x64/QRLWallet.app'),
build-msi.js
@@ -5,7 +5,7 @@ const buildConfig = require('./build-conf.js')
5
const msiCreator = new MSICreator({
6
appDirectory: buildConfig.windows.electronPath,
7
description: buildConfig.name,
8
- exe: buildConfig.safeName,
+ exe: buildConfig.windows.exeName,
9
name: buildConfig.name,
10
manufacturer: buildConfig.manufacturer,
11
version: buildConfig.version,
0 commit comments