1313 " node_modules/keytar" ,
1414 " node_modules/sqlite3"
1515 ],
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+ }
2124 ],
2225 "mac" : {
2326 "target" : [
2427 {
2528 "target" : " dmg" ,
26- "arch" : [" x64" , " arm64" ]
29+ "arch" : [
30+ " x64" ,
31+ " arm64"
32+ ]
2733 },
2834 {
2935 "target" : " zip" ,
30- "arch" : [" x64" , " arm64" ]
36+ "arch" : [
37+ " x64" ,
38+ " arm64"
39+ ]
3140 }
3241 ],
3342 "notarize" : {
4857 "entitlementsInherit" : " resources/entitlements.mas.inherit.plist" ,
4958 "entitlementsLoginHelper" : " resources/entitlements.mas.loginhelper.plist" ,
5059 "hardenedRuntime" : false ,
51- "asarUnpack" : [" node_modules" ],
60+ "asarUnpack" : [
61+ " node_modules"
62+ ],
5263 "provisioningProfile" : " embedded.provisionprofile" ,
5364 "binaries" : [
5465 " Contents/Resources/app-x64.asar.unpacked/node_modules/sqlite3/build/Release/node_sqlite3.node" ,
6475 "entitlementsInherit" : " resources/entitlements.mas.inherit.plist" ,
6576 "entitlementsLoginHelper" : " resources/entitlements.mas.loginhelper.plist" ,
6677 "hardenedRuntime" : false ,
67- "asarUnpack" : [" node_modules" ],
78+ "asarUnpack" : [
79+ " node_modules"
80+ ],
6881 "provisioningProfile" : " dev.provisionprofile" ,
6982 "binaries" : [
7083 " Contents/Resources/app-x64.asar.unpacked/node_modules/sqlite3/build/Release/node_sqlite3.node" ,
89102 ]
90103 },
91104 "win" : {
92- "target" : [" nsis" ],
105+ "target" : [
106+ " nsis"
107+ ],
93108 "artifactName" : " Redis-Insight-${os}-installer.${ext}" ,
94109 "icon" : " resources/icon.ico" ,
95110 "publisherName" : [
107122 "target" : [
108123 {
109124 "target" : " AppImage" ,
110- "arch" : [" x64" ]
125+ "arch" : [
126+ " x64"
127+ ]
111128 },
112129 {
113130 "target" : " deb" ,
114- "arch" : [" x64" ]
131+ "arch" : [
132+ " x64"
133+ ]
115134 },
116135 {
117136 "target" : " rpm" ,
118- "arch" : [" x64" ]
137+ "arch" : [
138+ " x64"
139+ ]
119140 },
120141 {
121142 "target" : " snap" ,
122- "arch" : [" x64" ]
143+ "arch" : [
144+ " x64"
145+ ]
123146 }
124147 ],
125148 "synopsis" : " Redis GUI by Redis Ltd." ,
131154 "Comment" : " Redis GUI by Redis Ltd"
132155 }
133156 },
157+ "deb" : {
158+ "afterInstall" : " scripts/deb-after-install.sh"
159+ },
134160 "snap" : {
135161 "plugs" : [
136162 " default" ,
137163 " password-manager-service"
138164 ],
139165 "confinement" : " strict" ,
140- "stagePackages" : [" default" ]
166+ "stagePackages" : [
167+ " default"
168+ ]
141169 },
142170 "flatpak" : {
143171 "runtimeVersion" : " 20.08" ,
151179 " -Dgtk_doc=false" ,
152180 " -Dintrospection=false"
153181 ],
154- "cleanup" : [" /bin" , " /include" , " /lib/pkgconfig" , " /share/man" ],
182+ "cleanup" : [
183+ " /bin" ,
184+ " /include" ,
185+ " /lib/pkgconfig" ,
186+ " /share/man"
187+ ],
155188 "sources" : [
156189 {
157190 "type" : " archive" ,
184217 {
185218 "from" : " ./redisinsight/api/static" ,
186219 "to" : " static" ,
187- "filter" : [" **/*" ]
220+ "filter" : [
221+ " **/*"
222+ ]
188223 },
189224 {
190225 "from" : " ./redisinsight/api/defaults" ,
191226 "to" : " defaults" ,
192- "filter" : [" **/*" ]
227+ "filter" : [
228+ " **/*"
229+ ]
193230 },
194231 {
195232 "from" : " ./redisinsight/api/data" ,
196233 "to" : " data" ,
197- "filter" : [" **/*" ]
234+ "filter" : [
235+ " **/*"
236+ ]
198237 },
199238 {
200239 "from" : " LICENSE" ,
203242 {
204243 "from" : " ./resources/app" ,
205244 "to" : " ./app" ,
206- "filter" : [" **/*" ]
245+ "filter" : [
246+ " **/*"
247+ ]
207248 }
208249 ]
209- }
250+ }
0 commit comments