Skip to content

Commit

Permalink
Update chocolateyinstall.ps1 support choco internalize functionality (#2
Browse files Browse the repository at this point in the history
)

* Update chocolateyinstall.ps1 added version in the url string to support choco internalize functionality

#1

* Update chocolateyinstall.ps1 new way to support choco internalize
  • Loading branch information
MBertling authored Sep 23, 2024
1 parent 4bd7041 commit f4b8862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageName = 'dive'
$version = '0.12.0'
$url64 = "https://github.com/wagoodman/dive/releases/download/v"+$version+"/dive_"+$version+"_windows_amd64.zip"
$url64 = "https://github.com/wagoodman/dive/releases/download/v$version/dive_$version_windows_amd64.zip"
$checksum64 = 'b60d750852543e5a4b38c42590e2036aa2a8026cdb14d835090399f5e1312192'
$killexec = 1
$killexecprocess = "dive*"
Expand Down

0 comments on commit f4b8862

Please sign in to comment.