Skip to content

Commit

Permalink
Electron : snap requires specific plugs/config
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Apr 26, 2024
1 parent 85970cd commit 3fe2a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ linux:
snap:
confinement: strict
grade: stable
plugs: ["default", "docker-support"]
plugs: ["desktop", "home", "browser-support", "network", "gsettings", "docker","docker-support"]
npmRebuild: false
publish: false

0 comments on commit 3fe2a0d

Please sign in to comment.