From 76dfbbada2fdb2e49ffe60e7c24b338f0b3afc13 Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Date: Wed, 7 Jun 2017 18:51:07 +0200 Subject: [PATCH] add macos to zip name --- script/dist-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/dist-info.js b/script/dist-info.js index 134a308fb..46dcb8573 100644 --- a/script/dist-info.js +++ b/script/dist-info.js @@ -25,7 +25,7 @@ function getVersion () { function getOSXZipName () { const productName = getProductName() - return `${productName}.zip` + return `${productName}-macos.zip` } function getOSXZipPath () {