Skip to content

Commit b64cf3b

Browse files
committed
fix: windows binary path
1 parent 050df2a commit b64cf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/src/helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ fn get_bin_dir() -> PathBuf {
188188
("linux", "aarch64") => "linux-arm64",
189189
("linux", _) => "linux-x64",
190190
("windows", "aarch64") => "win-arm64",
191-
("windows", _) => "win-x64",
191+
("windows", _) => "win32-x64",
192192
_ => panic!("Unsupported architecture"),
193193
};
194194

0 commit comments

Comments
 (0)