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.]+)"