Skip to content

Commit 701a613

Browse files
committed
#RI-6349 - Fix mas build
1 parent 74ed95c commit 701a613

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

electron-builder-mas.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const electronBuilder = require('./electron-builder.json')
22

33
const config = {
44
...electronBuilder,
5-
npmRebuild: true,
65
appId: 'com.redis.RedisInsight',
76
}
87

electron-builder.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"node_modules",
88
"package.json"
99
],
10-
"npmRebuild": false,
1110
"artifactName": "Redis-Insight-${os}-${arch}.${ext}",
1211
"compression": "normal",
1312
"asarUnpack": [

0 commit comments

Comments
 (0)