Update build.js

This commit is contained in:
DevLarge 2021-01-07 17:37:37 +01:00
parent 3f003ce4c0
commit e901b5b83b

View File

@ -21,7 +21,7 @@ builder.build({
appId: 'stellarnetworklauncher', appId: 'stellarnetworklauncher',
productName: 'Stellar Network Launcher', productName: 'Stellar Network Launcher',
// artifactName: '${productName}-setup-${version}.${ext}', // artifactName: '${productName}-setup-${version}.${ext}',
artifactName: '${productName}-setup-${version}.${ext}', artifactName: '${productName}-setup-1.0.0.1.${ext}',
copyright: 'Copyright © 2018-2021 Stellar Network', copyright: 'Copyright © 2018-2021 Stellar Network',
directories: { directories: {
buildResources: 'build', buildResources: 'build',