Explorar el Código

Added ext to installer for clarity

Andrew Chalkley hace 9 años
padre
commit
cab029adb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
   });