Skip to content

Commit

Permalink
[fixed] Bug: Incorrect depends_on version #3 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
CHUNG-HAO authored Jul 15, 2024
1 parent 43083ed commit 5a4f005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/localsend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
desc "An open source cross-platform alternative to AirDrop"
homepage "https://localsend.org"

depends_on macos: ">= :catalina"
depends_on macos: ">= :big_sur"

app "LocalSend.app"
end

0 comments on commit 5a4f005

Please sign in to comment.