mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
parent
01a7ad946e
commit
2de20378ac
2 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ fn main() {
|
|||
.unwrap();
|
||||
|
||||
#[cfg(windows)]
|
||||
embed_resource::compile("../extra/windows/windows.rc");
|
||||
embed_resource::compile("./windows/windows.rc");
|
||||
}
|
||||
|
||||
fn commit_hash() -> String {
|
||||
|
|
1
alacritty/windows
Symbolic link
1
alacritty/windows
Symbolic link
|
@ -0,0 +1 @@
|
|||
../extra/windows/
|
Loading…
Reference in a new issue