13
13
" node_modules/keytar" ,
14
14
" node_modules/sqlite3"
15
15
],
16
- "protocols" : [{
17
- "name" : " RedisInsight" ,
18
- "role" : " Viewer" ,
19
- "schemes" : [" redisinsight" ]
20
- }
16
+ "protocols" : [
17
+ {
18
+ "name" : " RedisInsight" ,
19
+ "role" : " Viewer" ,
20
+ "schemes" : [
21
+ " redisinsight"
22
+ ]
23
+ }
21
24
],
22
25
"mac" : {
23
26
"target" : [
24
27
{
25
28
"target" : " dmg" ,
26
- "arch" : [" x64" , " arm64" ]
29
+ "arch" : [
30
+ " x64" ,
31
+ " arm64"
32
+ ]
27
33
},
28
34
{
29
35
"target" : " zip" ,
30
- "arch" : [" x64" , " arm64" ]
36
+ "arch" : [
37
+ " x64" ,
38
+ " arm64"
39
+ ]
31
40
}
32
41
],
33
42
"notarize" : {
48
57
"entitlementsInherit" : " resources/entitlements.mas.inherit.plist" ,
49
58
"entitlementsLoginHelper" : " resources/entitlements.mas.loginhelper.plist" ,
50
59
"hardenedRuntime" : false ,
51
- "asarUnpack" : [" node_modules" ],
60
+ "asarUnpack" : [
61
+ " node_modules"
62
+ ],
52
63
"provisioningProfile" : " embedded.provisionprofile" ,
53
64
"binaries" : [
54
65
" Contents/Resources/app-x64.asar.unpacked/node_modules/sqlite3/build/Release/node_sqlite3.node" ,
64
75
"entitlementsInherit" : " resources/entitlements.mas.inherit.plist" ,
65
76
"entitlementsLoginHelper" : " resources/entitlements.mas.loginhelper.plist" ,
66
77
"hardenedRuntime" : false ,
67
- "asarUnpack" : [" node_modules" ],
78
+ "asarUnpack" : [
79
+ " node_modules"
80
+ ],
68
81
"provisioningProfile" : " dev.provisionprofile" ,
69
82
"binaries" : [
70
83
" Contents/Resources/app-x64.asar.unpacked/node_modules/sqlite3/build/Release/node_sqlite3.node" ,
89
102
]
90
103
},
91
104
"win" : {
92
- "target" : [" nsis" ],
105
+ "target" : [
106
+ " nsis"
107
+ ],
93
108
"artifactName" : " Redis-Insight-${os}-installer.${ext}" ,
94
109
"icon" : " resources/icon.ico" ,
95
110
"publisherName" : [
107
122
"target" : [
108
123
{
109
124
"target" : " AppImage" ,
110
- "arch" : [" x64" ]
125
+ "arch" : [
126
+ " x64"
127
+ ]
111
128
},
112
129
{
113
130
"target" : " deb" ,
114
- "arch" : [" x64" ]
131
+ "arch" : [
132
+ " x64"
133
+ ]
115
134
},
116
135
{
117
136
"target" : " rpm" ,
118
- "arch" : [" x64" ]
137
+ "arch" : [
138
+ " x64"
139
+ ]
119
140
},
120
141
{
121
142
"target" : " snap" ,
122
- "arch" : [" x64" ]
143
+ "arch" : [
144
+ " x64"
145
+ ]
123
146
}
124
147
],
125
148
"synopsis" : " Redis GUI by Redis Ltd." ,
131
154
"Comment" : " Redis GUI by Redis Ltd"
132
155
}
133
156
},
157
+ "deb" : {
158
+ "afterInstall" : " scripts/deb-after-install.sh"
159
+ },
134
160
"snap" : {
135
161
"plugs" : [
136
162
" default" ,
137
163
" password-manager-service"
138
164
],
139
165
"confinement" : " strict" ,
140
- "stagePackages" : [" default" ]
166
+ "stagePackages" : [
167
+ " default"
168
+ ]
141
169
},
142
170
"flatpak" : {
143
171
"runtimeVersion" : " 20.08" ,
151
179
" -Dgtk_doc=false" ,
152
180
" -Dintrospection=false"
153
181
],
154
- "cleanup" : [" /bin" , " /include" , " /lib/pkgconfig" , " /share/man" ],
182
+ "cleanup" : [
183
+ " /bin" ,
184
+ " /include" ,
185
+ " /lib/pkgconfig" ,
186
+ " /share/man"
187
+ ],
155
188
"sources" : [
156
189
{
157
190
"type" : " archive" ,
184
217
{
185
218
"from" : " ./redisinsight/api/static" ,
186
219
"to" : " static" ,
187
- "filter" : [" **/*" ]
220
+ "filter" : [
221
+ " **/*"
222
+ ]
188
223
},
189
224
{
190
225
"from" : " ./redisinsight/api/defaults" ,
191
226
"to" : " defaults" ,
192
- "filter" : [" **/*" ]
227
+ "filter" : [
228
+ " **/*"
229
+ ]
193
230
},
194
231
{
195
232
"from" : " ./redisinsight/api/data" ,
196
233
"to" : " data" ,
197
- "filter" : [" **/*" ]
234
+ "filter" : [
235
+ " **/*"
236
+ ]
198
237
},
199
238
{
200
239
"from" : " LICENSE" ,
203
242
{
204
243
"from" : " ./resources/app" ,
205
244
"to" : " ./app" ,
206
- "filter" : [" **/*" ]
245
+ "filter" : [
246
+ " **/*"
247
+ ]
207
248
}
208
249
]
209
- }
250
+ }
0 commit comments