Skip to content

Commit

Permalink
refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
fankaiLiu committed Nov 26, 2023
1 parent ff6971d commit 71d6982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/create_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pub fn write_project_file(
create_basic_file(project_path, &handlebars, &data)?;
copy_binary_file(
include_bytes!("../template/assets/favicon.ico"),
project_path.join("template/assets/favicon.ico"),
project_path.join("assets/favicon.ico"),
)?;
let mut templates: Vec<(&str, &str)> = vec![];
if is_web_site {
Expand Down

0 comments on commit 71d6982

Please sign in to comment.