1 cask "nvidia-geforce-now" do
5 url "https://download.nvidia.com/gfnpc/GeForceNOW-release.dmg"
6 name "NVIDIA GeForce NOW"
7 desc "Cloud gaming platform"
8 homepage "https://www.nvidia.com/en-us/geforce-now/download/"
11 url "https://play.geforcenow.com/mall/shared/assets/config/config.json"
12 strategy :json do |json|
13 json.dig("build", "version")
17 depends_on macos: ">= :el_capitan"
19 # Renamed for consistency: app name is different in the Finder and in a shell.
20 app "GeForceNOW.app", target: "NVIDIA GeForce NOW.app"
23 "~/Library/Application Support/NVIDIA/GeForceNOW",
24 "~/Library/Preferences/com.nvidia.gfnpc.mall.helper.plist",