Fixed desktop-launch command -- the snap seems to be getting assembled now.

This commit is contained in:
casey 2020-07-11 16:28:55 -07:00
parent 0421d7a2e5
commit bc8a894bb4

View File

@ -80,7 +80,7 @@ parts:
apps:
app:
desktop: usr/share/applications/musikcube.snap.desktop
command: desktop-launch $SNAP/usr/share/musikcube/musikcube
command: bin/desktop-launch $SNAP/usr/share/musikcube/musikcube
environment:
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio
ALSA_CONFIG_PATH: /snap/$SNAPCRAFT_PROJECT_NAME/current/usr/share/alsa/alsa.conf
@ -98,7 +98,7 @@ apps:
- mpris
daemon:
command: desktop-launch $SNAP/usr/share/musikcube/musikcubed
command: bin/desktop-launch $SNAP/usr/share/musikcube/musikcubed
environment:
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio
ALSA_CONFIG_PATH: /snap/$SNAPCRAFT_PROJECT_NAME/current/usr/share/alsa/alsa.conf