Revert "added classic snap package"

This reverts commit 37098c73d2607d13c189d1d97d673c1700a94718.
This commit is contained in:
Andrei Yankovich 2020-07-28 09:38:18 +03:00
parent 1b34c7174e
commit d007c326e9

View File

@ -15,16 +15,23 @@ description: |
Flexibility-this application has flags that will help you configure the deployment as you need and your project
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: classic # use 'strict' once you have the right plugs and slots
confinement: strict # use 'strict' once you have the right plugs and slots
base: core18
icon: snap/gui/icon.png
plugs:
system-libs:
interface: system-files
read: [/usr/lib, /lib]
apps:
cqtdeployer:
command: desktop-launch $SNAP/cqtdeployer.sh
plugs: [home, removable-media, process-control, system-libs]
cqt:
command: desktop-launch $SNAP/cqt.sh
plugs: [home, removable-media, process-control, system-libs]
parts:
cqtdeployer: