Skip to content

Commit

Permalink
helpwire-operator (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
unitof committed Jan 15, 2025
1 parent 3e8ce1e commit 6085aa2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Casks/h/helpwire-operator.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cask "helpwire-operator" do
version "2.1"
sha256 :no_check

url "https://get.helpwire.app/downloads/operator/mac/helpwire.dmg"
name "HelpWire Operator"
desc "Remote desktop controller optimized for providing tech support"
homepage "https://www.helpwire.app/"

livecheck do
url "https://get.helpwire.app/downloads/operator/mac/update/settings.xml"
strategy :sparkle, &:short_version
end

depends_on macos: ">= :catalina"

app "HelpWire Operator.app"

# No zap stanza required
end

0 comments on commit 6085aa2

Please sign in to comment.