Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 22, 2024
1 parent 7cf31c0 commit dd283d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions automatic/pcmark8/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
$packageName = 'pcmark8'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://d1ejs5fxm96rib.cloudfront.net/PCMark8-v2-10-901.zip'
# This url comes from the redirection of https://benchmarks.ul.com/downloads/pcmark8.zip
# The script is :
# $releases = "https://benchmarks.ul.com/downloads/pcmark8.zip" // Url on the website that is always the latest
# $url=Get-RedirectedUrl $releases // redirected url (to have the file still available if there is a newer version)
$checksum = '5ca0578bcf55671c2f8a1bcef767a88a687091099354e01901d418d4570547ba'
$checksumType = 'sha256'
$silentArgs = '/S'
Expand Down

0 comments on commit dd283d0

Please sign in to comment.