Skip to content

Commit

Permalink
Don't use dots in hook name
Browse files Browse the repository at this point in the history
Open Store doesn't like that
  • Loading branch information
timsueberkrueb committed Nov 17, 2019
1 parent d568284 commit a5125cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"framework" : "ubuntu-sdk-16.04"
}
2 changes: 1 addition & 1 deletion src/click.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}}
Expand Down

0 comments on commit a5125cd

Please sign in to comment.