Réglage du problème du mauvais nom de projet #4

Merged
tipragot merged 7 commits from fix-project into main 2024-02-03 13:43:13 +00:00
Showing only changes of commit af884a991b - Show all commits

View file

@ -30,6 +30,7 @@ fn build_app() {
let project_name = project_name let project_name = project_name
.trim_start_matches("name = \"") .trim_start_matches("name = \"")
.trim_end_matches('"'); .trim_end_matches('"');
println!("Project name: {}", project_name);
// Build WASM // Build WASM
let mut config = CrateConfig::new(Some(project_folder.to_path_buf())) let mut config = CrateConfig::new(Some(project_folder.to_path_buf()))