瀏覽代碼

Added ext to installer for clarity

Andrew Chalkley 8 年之前
父節點
當前提交
cab029adb0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
   });