Update build.js

This commit is contained in:
DevLarge 2021-01-07 17:37:01 +01:00
parent 8f491e9baf
commit e3699f53de

View File

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