Browse Source

Added ext to installer for clarity

Andrew Chalkley 8 years ago
parent
commit
cab029adb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/windows-installer.js

+ 1 - 1
scripts/windows-installer.js

@@ -30,7 +30,7 @@ function getInstallerConfig() {
     loadingGif: path.join(rootPath, 'resources', 'loading.gif'),
     noMsi: true,
     outputDirectory: path.join(outPath, 'installers'),
-    setupExe: 'flasher.js-setup.exe',
+    setupExe: 'flasher.js-setup-' + winExt + '.exe',
     setupIcon: path.join(rootPath, 'resources', 'icon.ico'),
     skipUpdateIcon: true
   });