From 2fcb90652b8881a8d78d99d7aae355a55059ec33 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 5 Oct 2021 10:46:59 -0700 Subject: [PATCH] Fix path to zed crate in script/bundle --- script/bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bundle b/script/bundle index b7936f41b9e56f14a2c7df83b2181d3685cd7136..e86f80755ec06e01abf781cf8d7b2ce3bfb42d4d 100755 --- a/script/bundle +++ b/script/bundle @@ -6,7 +6,7 @@ set -e cargo install cargo-bundle --version 0.5.0 # Build the app bundle for x86_64 -pushd zed > /dev/null +pushd crates/zed > /dev/null cargo bundle --release --target x86_64-apple-darwin popd > /dev/null