mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix(cli.rs): typo (#3248)
This commit is contained in:
@@ -104,7 +104,7 @@ impl Options {
|
||||
|
||||
self.dist_dir = self.dist_dir
|
||||
.or(request_input(
|
||||
r#"Whe re are your web assets (HTML/CSS/JS) located, relative to the "<current dir>/src-tauri/tauri.conf.json" file that will be created?"#,
|
||||
r#"Where are your web assets (HTML/CSS/JS) located, relative to the "<current dir>/src-tauri/tauri.conf.json" file that will be created?"#,
|
||||
init_defaults.framework.as_ref().map(|f| f.dist_dir()),
|
||||
self.ci)?);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user