2022-12-10 12:29:20 -05:00
|
|
|
cask "chatgpt" do
|
2022-12-25 18:29:47 -05:00
|
|
|
version "0.6.10"
|
|
|
|
sha256 "e85062565f826d32219c53b184d6df9c89441d4231cdfff775c2de8c50ac9906"
|
2022-12-10 12:29:20 -05:00
|
|
|
|
|
|
|
url "https://github.com/lencx/ChatGPT/releases/download/v#{version}/ChatGPT_#{version}_x64.dmg"
|
|
|
|
name "ChatGPT"
|
|
|
|
desc "Desktop wrapper for OpenAI ChatGPT"
|
|
|
|
homepage "https://github.com/lencx/ChatGPT#readme"
|
|
|
|
|
|
|
|
app "ChatGPT.app"
|
|
|
|
|
|
|
|
uninstall quit: "com.lencx.chatgpt"
|
|
|
|
|
|
|
|
zap trash: [
|
|
|
|
"~/.chatgpt",
|
|
|
|
"~/Library/Caches/com.lencx.chatgpt",
|
|
|
|
"~/Library/HTTPStorages/com.lencx.chatgpt.binarycookies",
|
|
|
|
"~/Library/Preferences/com.lencx.chatgpt.plist",
|
|
|
|
"~/Library/Saved Application State/com.lencx.chatgpt.savedState",
|
|
|
|
"~/Library/WebKit/com.lencx.chatgpt",
|
|
|
|
]
|
|
|
|
end
|