Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

talkdesk 2.0.1 (new cask) #178047

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions Casks/t/talkdesk.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# https://support.talkdesk.com/hc/en-us/articles/13920616167963-Workspace-Desktop-App-for-Talkdesk-CX-Cloud
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# https://support.talkdesk.com/hc/en-us/articles/13920616167963-Workspace-Desktop-App-for-Talkdesk-CX-Cloud

cask "talkdesk" do
version "2.0.1-alpha.1"
sha256 "16eb1e4708ea74250231404caf18a472624dd67fc907c4f438d65fc0694c63c5"

url "https://td-infra-prd-us-east-1-s3-atlaselectron.s3.amazonaws.com/talkdesk-#{version}.dmg",
verified: "td-infra-prd-us-east-1-s3-atlaselectron.s3.amazonaws.com/"
name "Talkdesk Workspace Desktop for MacOS"
desc "Desktop app that allows you to use Talkdesk as stand-alone software"
homepage "https://www.mytalkdesk.com/atlas/download"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a better url that can be used for the Homepage?


livecheck do
url "https://td-infra-prd-us-east-1-s3-atlaselectron.s3.amazonaws.com/latest-mac.yml"
strategy :electron_builder
end

auto_updates true
depends_on macos: ">= :catalina"

app "Talkdesk.app"

zap trash: [
"~/Library/Application Support/Caches/talkdesk-updater",
"~/Library/Application Support/Talkdesk",
"~/Library/Logs/Talkdesk",
"~/Library/Preferences/com.talkdesk.atlas.plist",
"~/Library/Saved Application State/com.talkdesk.atlas.savedState",
]
end
Loading