fix(bundler): Update missing icon error message (#626)

This commit is contained in:
Rajiv Shah
2020-05-29 14:28:29 -04:00
committed by GitHub
parent d2ba2ffabd
commit 5a965a2ec9

View File

@@ -140,7 +140,7 @@ fn run() -> crate::Result<()> {
Ok(s)
} else {
Err(crate::Error::from(
"Could not find Icon Paths. Please make sure they exist and are in your Cargo.toml's icon key.",
"Could not find Icon Paths. Please make sure they exist and are listed in the tauri.bundle.icon property of your tauri.conf.json.",
))
}
})