Skip to content

Commit

Permalink
add macos to zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jun 7, 2017
1 parent 7f26023 commit 76dfbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/dist-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function getVersion () {

function getOSXZipName () {
const productName = getProductName()
return `${productName}.zip`
return `${productName}-macos.zip`
}

function getOSXZipPath () {
Expand Down

0 comments on commit 76dfbba

Please sign in to comment.