Skip to content

Commit

Permalink
Fix divoom_cli package publish issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Jul 17, 2022
1 parent fe7bae3 commit a5fb724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions divoom_cli/assets/Logo-256.ico
2 changes: 1 addition & 1 deletion divoom_cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extern crate winres;
fn main() {
if cfg!(target_os = "windows") {
let mut res = winres::WindowsResource::new();
res.set_icon("../assets/Logo-256.ico");
res.set_icon("assets/Logo-256.ico");
res.compile().unwrap();
}
}

0 comments on commit a5fb724

Please sign in to comment.