summaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-01 22:41:20 +0000
committerGitHub <noreply@github.com>2019-04-01 22:41:20 +0000
commit6f4d1afcf88e275f4a6b8c73cfc904e3833d0dd0 (patch)
treebd2c870aea77c683e0725a59d1c8ce1f817dba7d /build.rs
parent5523f64c6f939ced94d55c569f592320442e8eb9 (diff)
Add official logov0.3.0-rc2
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
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");