Adding version into build app
This commit is contained in:
parent
c151744ff9
commit
7aa5c800fd
3
build.js
3
build.js
@ -19,8 +19,9 @@ builder.build({
|
||||
targets: (process.argv[2] != null && Platform[process.argv[2]] != null ? Platform[process.argv[2]] : getCurrentPlatform()).createTarget(),
|
||||
config: {
|
||||
appId: 'helioslauncher',
|
||||
version: '1.7.0',
|
||||
productName: 'Helios Launcher',
|
||||
artifactName: '${productName}.${ext}',
|
||||
artifactName: '${productName}-setup-${version}.${ext}',
|
||||
copyright: 'Copyright © 2018-2020 Daniel Scalzi',
|
||||
directories: {
|
||||
buildResources: 'build',
|
||||
|
Loading…
Reference in New Issue
Block a user