Update snapcraft.yaml

This commit is contained in:
Laurent Trinques 2023-09-05 13:30:07 +02:00 committed by GitHub
parent 219d17840b
commit 8433fbeec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,10 @@ layout:
apps: apps:
qelectrotech: qelectrotech:
extensions: [kde-neon] command: qelectrotech
common-id: qelectrotech.desktop
extensions:
- kde-neon
plugs: &plugs [opengl, unity7, home, removable-media, gsettings, network, cups-control] plugs: &plugs [opengl, unity7, home, removable-media, gsettings, network, cups-control]
environment: &env environment: &env
TCL_LIBRARY: $SNAP/usr/share/tcltk/tcl8.6 TCL_LIBRARY: $SNAP/usr/share/tcltk/tcl8.6
@ -32,7 +35,7 @@ apps:
PYTHONPATH: $SNAP:$SNAP/lib/python3.8/site-packages:$SNAP/usr/lib/python3.8:$SNAP/usr/lib/python3.8/lib-dynload PYTHONPATH: $SNAP:$SNAP/lib/python3.8/site-packages:$SNAP/usr/lib/python3.8:$SNAP/usr/lib/python3.8/lib-dynload
qet-tb-generator: qet-tb-generator:
command: desktop-launch $SNAP/bin/qet_tb_generator command: qet_tb_generator
command-chain: command-chain:
- bin/qelectrotech-launch - bin/qelectrotech-launch
extensions: [kde-neon] extensions: [kde-neon]