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:
parent
4c3977e13b
commit
6468038401
1 changed files with 2 additions and 1 deletions
|
@ -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}",
|
||||||
|
|
Loading…
Reference in a new issue