From e901b5b83b9fda3dbffd3a4179b7e35fb20f730a Mon Sep 17 00:00:00 2001 From: DevLarge Date: Thu, 7 Jan 2021 17:37:37 +0100 Subject: [PATCH] Update build.js --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 0a3de174..3acdec84 100644 --- a/build.js +++ b/build.js @@ -21,7 +21,7 @@ builder.build({ appId: 'stellarnetworklauncher', productName: 'Stellar Network Launcher', // artifactName: '${productName}-setup-${version}.${ext}', - artifactName: '${productName}-setup-${version}.${ext}', + artifactName: '${productName}-setup-1.0.0.1.${ext}', copyright: 'Copyright © 2018-2021 Stellar Network', directories: { buildResources: 'build',