Skip to content

Commit c120841

Browse files
committed
#RI-4453 - [AppStore] Make autoupdate of bundleVersion and xcode version
1 parent c6a0122 commit c120841

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

electron-builder-mas.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ const config = {
44
...electronBuilder,
55
appId: 'com.redis.RedisInsight',
66
productName: 'RedisInsight',
7+
mac: {
8+
...electronBuilder.mac,
9+
bundleVersion: process.env.CIRCLE_BUILD_NUM || '70',
10+
},
711
};
812

913
module.exports = config;

electron-builder.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"type": "distribution",
3030
"hardenedRuntime": true,
3131
"darkModeSupport": true,
32-
"bundleVersion": "50",
3332
"icon": "resources/icon.icns",
3433
"artifactName": "${productName}-${os}-${arch}.${ext}",
3534
"entitlements": "resources/entitlements.mac.plist",

0 commit comments

Comments
 (0)