Skip to content

Commit

Permalink
Kill roc-vad before installing new
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed May 7, 2024
1 parent 5a78fb3 commit fdf03ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ info:
nm -gU bin/roc_vad.driver/Contents/MacOS/roc_vad

install:
killall roc-vad 2>/dev/null || true
mkdir -p $(DESTDIR)/usr/local/bin/
cp bin/roc-vad $(DESTDIR)/usr/local/bin/
mkdir -p $(DESTDIR)/Library/Audio/Plug-Ins/HAL/
Expand Down

0 comments on commit fdf03ce

Please sign in to comment.