snapcraft.yaml: Remove braces from ${SNAP} in command:

This commit is contained in:
Martin Wimpress 2019-03-21 08:47:13 +00:00
parent 73b7ed584f
commit e07c331459

View file

@ -49,5 +49,5 @@ parts:
apps:
@@NAME@@:
command: electron-launch ${SNAP}/usr/share/@@NAME@@/bin/@@NAME@@
command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@
desktop: usr/share/applications/@@NAME@@.desktop