Symlink windows assets for cargo install

Fixes #5114.
This commit is contained in:
Christian Duerr 2021-07-14 00:32:59 +00:00 committed by GitHub
parent 01a7ad946e
commit 2de20378ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1 @@
../extra/windows/