mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
remove stale install.sh
This commit is contained in:
parent
aad493ab2a
commit
e2e46cb50d
17
install.sh
17
install.sh
@ -1,17 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
case $OSTYPE in
|
||||
darwin*)
|
||||
cargo build --release
|
||||
mkdir -p $HOME/Applications
|
||||
APP=$HOME/Applications/WezTerm.app
|
||||
rm -rf $APP
|
||||
cp -r assets/macos/WezTerm.app $APP && \
|
||||
cp target/release/wezterm $APP && \
|
||||
echo "Installed to $APP"
|
||||
;;
|
||||
*)
|
||||
echo "Don't know how to install the app on this system"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
Loading…
Reference in New Issue
Block a user