Skip to content

Commit

Permalink
Remove audio-playback from snap plugs
Browse files Browse the repository at this point in the history
electron-builder adds it by default already.

The duplicate entry causes error when uploading:
Error found while validating snap.json::$.apps.turbowarp-desktop.plugs: ['desktop', 'desktop-legacy', 'home', 'x11', 'wayland', 'unity7', 'browser-support', 'network', 'gsettings', 'audio-playback', 'pulseaudio', 'opengl', 'camera', 'audio-playback', 'audio-record', 'joystick', 'removable-media'] has non-unique elements lint-snap-v2_snap_schema
  • Loading branch information
GarboMuffin committed Jan 25, 2025
1 parent eb429aa commit 4dd6391
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
"plugs": [
"default",
"camera",
"audio-playback",
"audio-record",
"joystick",
"removable-media"
Expand Down

0 comments on commit 4dd6391

Please sign in to comment.