Skip to content

Commit

Permalink
Automatically updated NVIDIA GeForce NOW.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 10, 2024
1 parent bc4f234 commit dc55abb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion manual/nvidia-geforce-now/nvidia-geforce-now.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>nvidia-geforce-now</id>
<title>Nvidia GeForce NOW</title>
<version>2.0.68.154</version>
<version>2.0.69.149</version>
<authors>Nvidia Corporation</authors>
<owners>Kristian Williams</owners>
<summary>Web based game streaming, powered by NVIDIA.</summary>
Expand Down
2 changes: 1 addition & 1 deletion manual/nvidia-geforce-now/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Get-ChocolateyWebFile 'Nvidia GeForce NOW' "$toolsDir\GeForceNOW-release.exe" -Url 'https://download.nvidia.com/gfnpc/GeForceNOW-release.exe' -Checksum '4dd4a7998847550fd0038279005e6f17f659aa4f960356068eb9362ca16debe8' -ChecksumType 'sha256'
Get-ChocolateyWebFile 'Nvidia GeForce NOW' "$toolsDir\GeForceNOW-release.exe" -Url 'https://download.nvidia.com/gfnpc/GeForceNOW-release.exe' -Checksum 'baf0b17869782b9c8d77df2bebc2da8215cecc35fa4c1c330607264bc016daf1' -ChecksumType 'sha256'
Get-ChocolateyUnzip "$toolsDir\GeForceNOW-release.exe" $toolsDir

Install-ChocolateyInstallPackage 'Nvidia GeForce NOW' 'exe' '' "$toolsDir\setup.exe"
Expand Down

0 comments on commit dc55abb

Please sign in to comment.