From a19ddf918106f847a4ce0e10d057ed85a778df22 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Thu, 8 Aug 2024 20:38:16 +0200 Subject: [PATCH] fix brew FINALLY --- Formula/screenpipe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/screenpipe.rb b/Formula/screenpipe.rb index df1fffb1..4284e288 100644 --- a/Formula/screenpipe.rb +++ b/Formula/screenpipe.rb @@ -18,7 +18,7 @@ class Screenpipe < Formula depends_on "tesseract" def install - bin.install "screenpipe" + bin.install Dir["bin/*"] lib.install Dir["lib/*"] end