From 7aa5c800fd574010dfc625efd7b96b5763efee50 Mon Sep 17 00:00:00 2001 From: GeekCornerGH <45696571+GeekCornerGH@users.noreply.github.com> Date: Tue, 5 May 2020 19:08:44 +0200 Subject: [PATCH] Adding version into build app --- build.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.js b/build.js index a4e0c8d0..29dfa5fb 100644 --- a/build.js +++ b/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', @@ -65,4 +66,4 @@ builder.build({ console.log('Build complete!') }).catch(err => { console.error('Error during build!', err) -}) \ No newline at end of file +})