Install cargo-bundle if needed in script/bundle
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
set -e
|
||||
|
||||
# Install cargo-bundle 0.5.0 if it's not already installed
|
||||
cargo install cargo-bundle --version 0.5.0
|
||||
|
||||
# Build the app bundle for x86_64
|
||||
pushd zed > /dev/null
|
||||
cargo bundle --release --target x86_64-apple-darwin
|
||||
|
||||
Reference in New Issue
Block a user