diff --git a/packages/rpcview.vm/tools/chocolateyinstall.ps1 b/packages/rpcview.vm/tools/chocolateyinstall.ps1 index 34d420f0..1cbc4abe 100644 --- a/packages/rpcview.vm/tools/chocolateyinstall.ps1 +++ b/packages/rpcview.vm/tools/chocolateyinstall.ps1 @@ -3,7 +3,6 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'RpcView' $category = 'Utilities' -# $executableName = 'RpcView.exe' $zipUrl = 'https://github.com/silverf0x/RpcView/releases/download/v0.3.1.90/RpcView64.7z' $zipSha256 = 'a1d89c9d81a2e9c7558e8f0c91ec8652d40af94726f3125f9fe31206adb528de'