mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(bundler): Update missing icon error message (#626)
This commit is contained in:
@@ -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.",
|
||||
))
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user