Skip to content

Commit

Permalink
Merge pull request #196221 from zyoshoka/huggingchat-fix-app-path
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp authored Dec 23, 2024
2 parents 4c2087d + b640dc7 commit 3164ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/h/huggingchat.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "huggingchat" do
version "0.7.0"
sha256 "6a9601d793f25dc62fe6cec9314a7a99d51106937d283c90fabd45e29f1d83e4"
sha256 "b421090d0e68230b7fc2dc086bb12b1e846acce0682af45edc26e66b4be15ce1"

url "https://github.com/huggingface/chat-macOS/releases/download/v#{version}/HuggingChat.zip"
name "huggingchat"
Expand All @@ -9,7 +9,7 @@

depends_on macos: ">= :sonoma"

app "HuggingChat/HuggingChat.app"
app "HuggingChat.app"

zap trash: [
"~/Library/Application Scripts/cyrilzakka.HuggingChat-Mac",
Expand Down

0 comments on commit 3164ad0

Please sign in to comment.