Fix typo.

This commit is contained in:
wis31 2025-02-07 16:41:31 -07:00
parent 157ec83118
commit efd8b7bba4

View file

@ -151,7 +151,7 @@ mod windows_rc {
pub(crate) fn link_icon_in_windows_exe(icon_path: &str) {
let windres_exe = PathBuf::from(r"windres.exe");
check_if_exe_works(&windres_exe).expect(
"Could locate windres.exe binary from gnu toolkit in the PATH environment variable.",
"Could not locate windres.exe binary from gnu toolkit in the PATH environment variable.",
);
let output = env::var("OUT_DIR").expect("Env var OUT_DIR should have been set by compiler");