From c6c6cf1132d10bad5de950b24b87aa137bc85b82 Mon Sep 17 00:00:00 2001 From: tldzyx <5987706+tldzyx@users.noreply.github.com> Date: Fri, 20 Nov 2020 11:19:31 +0800 Subject: [PATCH] erlang: Fix post_install (#1596) --- bucket/erlang.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/erlang.json b/bucket/erlang.json index 0a5444b4fc..861d666397 100644 --- a/bucket/erlang.json +++ b/bucket/erlang.json @@ -32,7 +32,7 @@ "Erlang" ] ], - "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\", \"$dir\\vcredist*\" -Force -Recurse", + "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe.nsis\", \"$dir\\vcredist*\" -Force -Recurse", "checkver": { "url": "https://www.erlang.org/downloads", "regex": "DOWNLOAD\\s+OTP ([\\d.]+)"