mirror of
https://github.com/alacritty/alacritty.git
synced 2025-02-17 15:57:08 -05:00
Make Mac app installation steps idempotent (#1015)
Repeated uses of `cp -r target/release/osx/Alacritty.app /Applications/Alacritty.app` will result in copying Alacritty.app to `/Applications/Alacritty.app/Alacritty.app`.
This commit is contained in:
parent
02953c2812
commit
632ef0df7f
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ To build an application for macOS, run
|
|||
|
||||
```sh
|
||||
make app
|
||||
cp -r target/release/osx/Alacritty.app /Applications/Alacritty.app
|
||||
cp -r target/release/osx/Alacritty.app /Applications/
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue