diff --git a/Makefile.toml b/Makefile.toml index fc6286a..11190d1 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -59,6 +59,9 @@ fn main() { args.push("--release"); } + args.push("--manifest-path"); + args.push("espanso/Cargo.toml"); + let mut features = Vec::new(); if wayland { features.push("wayland");