Adding version into build app

This commit is contained in:
GeekCornerGH 2020-05-05 19:08:44 +02:00 committed by GitHub
parent c151744ff9
commit 7aa5c800fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',