diff --git a/manifest.json b/manifest.json index 41063a7..013b367 100644 --- a/manifest.json +++ b/manifest.json @@ -4,13 +4,13 @@ "architecture": "armhf", "title": "Webber", "hooks": { - "webber.timsueberkrueb": { + "webber": { "apparmor": "webber.apparmor", "desktop": "webber.desktop", "content-hub": "content-hub.json" } }, - "version": "0.1.1", + "version": "0.1.2", "maintainer": "Tim Süberkrüb ", "framework" : "ubuntu-sdk-16.04" } diff --git a/src/click.rs b/src/click.rs index 2961ca5..fbfb697 100644 --- a/src/click.rs +++ b/src/click.rs @@ -197,7 +197,7 @@ fn control_manifest_content(appname: &str, title: &str) -> String { "description": "Shortcut", "framework": "ubuntu-sdk-16.04", "hooks": {{ - "{}.webber": {{ + "{}": {{ "apparmor": "shortcut.apparmor", "desktop": "shortcut.desktop" }}