|
@@ -11,8 +11,6 @@ compression: lzo
|
|
|
|
|
|
parts:
|
|
parts:
|
|
codium:
|
|
codium:
|
|
- plugin:
|
|
|
|
- - audio-playback
|
|
|
|
override-build: |
|
|
override-build: |
|
|
set -eu
|
|
set -eu
|
|
# Get .deb url
|
|
# Get .deb url
|
|
@@ -98,6 +96,8 @@ apps:
|
|
command: electron-launch $SNAP/usr/share/codium/bin/codium --no-sandbox
|
|
command: electron-launch $SNAP/usr/share/codium/bin/codium --no-sandbox
|
|
desktop: usr/share/applications/codium.desktop
|
|
desktop: usr/share/applications/codium.desktop
|
|
common-id: codium.desktop
|
|
common-id: codium.desktop
|
|
|
|
+ plugs:
|
|
|
|
+ - audio-playback
|
|
|
|
|
|
url-handler:
|
|
url-handler:
|
|
command: electron-launch $SNAP/usr/share/codium/bin/codium --open-url --no-sandbox
|
|
command: electron-launch $SNAP/usr/share/codium/bin/codium --open-url --no-sandbox
|