mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
erlang: Fix post_install (#1596)
This commit is contained in:
parent
94fbdea42d
commit
c6c6cf1132
@ -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.]+)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user