mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
Fix typo.
This commit is contained in:
parent
157ec83118
commit
efd8b7bba4
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue