1
0
Эх сурвалжийг харах

Added ext to installer for clarity

Andrew Chalkley 8 жил өмнө
parent
commit
cab029adb0

+ 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
   });