update clickable.json to clickable.yaml and set template unconfined WIP: Initial attempt to port to 20.04 update clickable.json to clickable.yaml and set template unconfined bumb click app version to 1.7.18 bump version accordingly to version.txt bump version accordingly to version.txt bump version accordingly to version.txt
21 lines
547 B
JSON
21 lines
547 B
JSON
{
|
|
"name": "io.guh.nymeaapp",
|
|
"description": "Client app for nymea",
|
|
"title": "nymea:app",
|
|
"architecture": "@CLICK_ARCH@",
|
|
"hooks": {
|
|
"nymea-app": {
|
|
"apparmor": "nymea-app.apparmor",
|
|
"desktop": "nymea-app.desktop",
|
|
"urls": "urls.json"
|
|
},
|
|
"push": {
|
|
"apparmor": "push-apparmor.json",
|
|
"push-helper": "push.json"
|
|
}
|
|
},
|
|
"version": "1.8.14",
|
|
"maintainer": "nymea GmbH <developer@nymea.io>",
|
|
"framework" : "ubuntu-sdk-20.04"
|
|
}
|