Skip to content

Commit

Permalink
fix brew FINALLY
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 8, 2024
1 parent c02b64a commit a19ddf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/screenpipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Screenpipe < Formula
depends_on "tesseract"

def install
bin.install "screenpipe"
bin.install Dir["bin/*"]
lib.install Dir["lib/*"]
end

Expand Down

0 comments on commit a19ddf9

Please sign in to comment.