homebrew-cask/Casks/nvidia-geforce-now.rb

19 lines
583 B
Ruby

cask 'nvidia-geforce-now' do
version :latest
sha256 :no_check
url 'https://download.nvidia.com/gfnpc/GeForceNOW-release.dmg'
name 'NVIDIA GeForce NOW'
homepage 'https://www.nvidia.com/en-us/geforce/products/geforce-now/'
depends_on macos: '>= :yosemite'
# Renamed for consistency: app name is different in the Finder and in a shell.
app 'GeForceNOW.app', target: 'NVIDIA GeForce NOW.app'
zap trash: [
'~/Library/Application Support/NVIDIA/GeForceNOW',
'~/Library/Preferences/com.nvidia.gfnpc.mall.helper.plist',
]
end