erlang: Fix post_install (#1596)

This commit is contained in:
tldzyx 2020-11-20 11:19:31 +08:00 committed by GitHub
parent 94fbdea42d
commit c6c6cf1132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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