From a009802f31c50709af304571caa05cbc6a9cbab0 Mon Sep 17 00:00:00 2001 From: Genwei Jiang Date: Mon, 23 Oct 2023 17:47:23 +0800 Subject: [PATCH] Update rpcview.vm: chocolateyinstall.ps1 --- packages/rpcview.vm/tools/chocolateyinstall.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/rpcview.vm/tools/chocolateyinstall.ps1 b/packages/rpcview.vm/tools/chocolateyinstall.ps1 index 34d420f04..1cbc4abe0 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'