Add to all icon_url places

This commit is contained in:
Jaco Greeff
2017-11-20 13:37:23 +01:00
parent 6fe361b382
commit d8e86cfe0a
5 changed files with 5 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ fn read_manifest(name: &str, mut path: PathBuf) -> EndpointInfo {
version: "0.0.0".into(),
author: "?".into(),
icon_url: "icon.png".into(),
local_url: "".into(),
}
})
}