4
0
mirror of https://github.com/QuasarApp/QtDeployer.git synced 2025-05-05 09:39:33 +00:00
This commit is contained in:
Y. Andrei 2018-06-05 18:39:45 +03:00
parent 32c5ea1839
commit 75f331e781

@ -11,9 +11,9 @@ icon: snap/gui/icon.png
apps:
qt-deployer:
command: qt5-launch opt/qt-deployer/bin/qt-deployer
command: desktop-launch $SNAP/opt/qt-deployer/bin/qt-deployer
# desktop: usr/share/applications/desc.desktop
plugs: [desktop, home, opengl, x11, wayland, removable-media]
plugs: [desktop, home, opengl, x11, wayland, removable-media, gsettings, DBus]
parts:
@ -25,4 +25,4 @@ parts:
stage-packages:
# Here for the plugins-- they're not linked in automatically.
- libqt5gui5
after: [qt5conf] # A wiki part
after: [desktop-qt5] # A wiki part