Skip to content

Commit

Permalink
fix embed_resource change
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Nov 8, 2023
1 parent 1a48893 commit 9a5d6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ fn main() {
let mut compile_file = PathBuf::new();
compile_file.push(&out_dir);
compile_file.push("default_events.rc");
embed_resource::compile(&compile_file);
embed_resource::compile(&compile_file, embed_resource::NONE);
}
}

0 comments on commit 9a5d6ea

Please sign in to comment.