localUrl only from manifest

This commit is contained in:
Jaco Greeff
2017-11-20 15:11:12 +01:00
parent ac722e9e50
commit 73dcde65aa
5 changed files with 4 additions and 5 deletions

View File

@@ -56,7 +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(),
local_url: None,
}
})
}