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 d462b1e commit 6105a9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions automatic/fuze-desktop/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://d1yyftelocodol.cloudfront.net/windows/23.11.14510/FuzeInstallerPerMachine.exe'
# This url comes from the redirection of https://api.fuze.com/citadel/v1/applications/fuzeapp/windows/versions/latest/download/perMachineInstaller
# The script is :
# $releases = "https://api.fuze.com/citadel/v1/applications/fuzeapp/windows/versions/latest/download/perMachineInstaller" // 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 = 'ed336beb1e21c87900fda866d471e8d944916689c3e1d623e52d687e34449799'
$checksumType = 'sha256'

Expand Down

0 comments on commit 6105a9a

Please sign in to comment.