Add bundleVersion to mac config

This corresponds to CFBundleVersion in the mac build. It must be
incremented every time we upload a new build to the app store for the
current release version.

// FREEBIE
This commit is contained in:
lilia 2017-04-27 16:13:25 -07:00 committed by Scott Nonnenberg
parent 4c3977e13b
commit 6468038401
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -57,7 +57,8 @@
"path": "desktop", "path": "desktop",
"acl": "public-read" "acl": "public-read"
}, },
"target": "mas" "target": "mas",
"bundleVersion": "2"
}, },
"win": { "win": {
"artifactName": "${productName}-Setup_${version}.${ext}", "artifactName": "${productName}-Setup_${version}.${ext}",