Skip to content

Commit 0121c75

Browse files
authored
Add removable-media as a Snap Plug
Fixes #1051 I referenced the Firefox snap configuration and they also defined the `removable-media` plug so it makes sense to me that we should also support it.
1 parent ecd219b commit 0121c75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ tasks.register("generateSnapConfiguration"){
240240
- network
241241
- opengl
242242
- home
243+
- removable-media
243244
244245
parts:
245246
processing:

0 commit comments

Comments
 (0)