From 441d21bed786c0b731fab24ffc8cb922ddd823c8 Mon Sep 17 00:00:00 2001 From: sigmaSd Date: Sun, 10 Sep 2023 10:21:16 +0100 Subject: [PATCH] fix binstall for windows --- crates/irust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/irust/Cargo.toml b/crates/irust/Cargo.toml index 390ea5ae..62de1420 100644 --- a/crates/irust/Cargo.toml +++ b/crates/irust/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/sigmaSd/IRust" license = "MIT" [package.metadata.binstall] -pkg-url = "{ repo }/releases/download/irust@{ version }/{ name }-{ target }" +pkg-url = "{ repo }/releases/download/irust@{ version }/{ name }-{ target }{ binary-ext }" pkg-fmt = "bin" [dependencies]