From 6f4d1afcf88e275f4a6b8c73cfc904e3833d0dd0 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 1 Apr 2019 22:41:20 +0000 Subject: Add official logo --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 1a12a670..9eb61afc 100644 --- a/build.rs +++ b/build.rs @@ -45,7 +45,7 @@ fn main() { #[cfg(windows)] { - embed_resource::compile("assets/windows/windows.rc"); + embed_resource::compile("extra/windows/windows.rc"); // Path is relative to target/{profile}/build/alacritty-HASH/out let file = Path::new(&env::var("OUT_DIR").unwrap()).join("../../../winpty-agent.exe"); -- cgit