Skip to content

Commit

Permalink
Update Install-ChocolateyPackage.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
umol-unibas authored Dec 20, 2024
1 parent 4ace644 commit 5dc32bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WASP/Private/Install-ChocolateyPackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function Install-ChocolateyPackage() {
-Checksum64 $checksum64 `
-ChecksumType64 $checksumType64 `
-Options $options `
-GetOriginalFileName
-GetOriginalFileName `
-ForceDownload
} else {
Write-Log "No url in install script of $packageName found. Skip."
Expand Down

0 comments on commit 5dc32bf

Please sign in to comment.