From bfbf2af7e6009df7dff4957a8c2c1639ef32e420 Mon Sep 17 00:00:00 2001 From: dodorz Date: Thu, 15 Aug 2019 22:33:41 +0800 Subject: [PATCH] rust: Move apps out of the only dir (#337) --- bucket/rust-msvc.json | 7 ++++--- bucket/rust.json | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bucket/rust-msvc.json b/bucket/rust-msvc.json index d0c12df428..8ab7891eee 100644 --- a/bucket/rust-msvc.json +++ b/bucket/rust-msvc.json @@ -13,10 +13,11 @@ "hash": "c600c0dc2bb9eff0c7c36620f63d19c10e57147f49f310106c51f7fc6a2c230f" } }, + "extract_dir": "Rust", "bin": [ - "Rust\\bin\\rustc.exe", - "Rust\\bin\\rustdoc.exe", - "Rust\\bin\\cargo.exe" + "bin\\rustc.exe", + "bin\\rustdoc.exe", + "bin\\cargo.exe" ], "checkver": { "url": "https://www.rust-lang.org/", diff --git a/bucket/rust.json b/bucket/rust.json index c3d9184f72..861c5cfd78 100644 --- a/bucket/rust.json +++ b/bucket/rust.json @@ -13,10 +13,11 @@ "hash": "f241600af411d2021e2125f7b94be6609c57953924293a5264b97f4400b6e814" } }, + "extract_dir": "Rust", "bin": [ - "Rust\\bin\\rustc.exe", - "Rust\\bin\\rustdoc.exe", - "Rust\\bin\\cargo.exe" + "bin\\rustc.exe", + "bin\\rustdoc.exe", + "bin\\cargo.exe" ], "checkver": { "url": "https://www.rust-lang.org/",