Skip to content

Commit

Permalink
Update snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpio810 authored Sep 5, 2023
1 parent 219d178 commit 8433fbe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build-aux/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@ layout:

apps:
qelectrotech:
extensions: [kde-neon]
command: qelectrotech
common-id: qelectrotech.desktop
extensions:
- kde-neon
plugs: &plugs [opengl, unity7, home, removable-media, gsettings, network, cups-control]
environment: &env
TCL_LIBRARY: $SNAP/usr/share/tcltk/tcl8.6
HOME: $SNAP_USER_COMMON
PYTHONPATH: $SNAP:$SNAP/lib/python3.8/site-packages:$SNAP/usr/lib/python3.8:$SNAP/usr/lib/python3.8/lib-dynload

qet-tb-generator:
command: desktop-launch $SNAP/bin/qet_tb_generator
command: qet_tb_generator
command-chain:
- bin/qelectrotech-launch
extensions: [kde-neon]
Expand Down

0 comments on commit 8433fbe

Please sign in to comment.