File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -554,6 +554,7 @@ jobs:
554
554
- release/RedisInsight*.deb
555
555
- release/RedisInsight*.rpm
556
556
- release/RedisInsight*.AppImage
557
+ - release/RedisInsight*.snap
557
558
- release/*-linux.yml
558
559
- release/redisstack
559
560
macosx :
Original file line number Diff line number Diff line change 67
67
{
68
68
"target" : " rpm" ,
69
69
"arch" : [" x64" ]
70
+ },
71
+ {
72
+ "target" : " snap" ,
73
+ "arch" : [" x64" ]
70
74
}
71
75
],
72
76
"synopsis" : " Redis GUI by Redis Ltd." ,
78
82
"Comment" : " Redis GUI by Redis Ltd"
79
83
}
80
84
},
85
+ "snap" : {
86
+ "plugs" : [
87
+ " default" ,
88
+ " password-manager-service"
89
+ ],
90
+ "confinement" : " strict" ,
91
+ "stagePackages" : [" default" ]
92
+ },
81
93
"directories" : {
82
94
"app" : " redisinsight" ,
83
95
"buildResources" : " resources" ,
You can’t perform that action at this time.
0 commit comments