Stack: add %APPDATA%\local\bin to PATH (#1861)

This commit is contained in:
oltolm 2017-11-21 12:07:30 +01:00 committed by Richard Kuhnt
parent a96f851082
commit 45a7324779

View File

@ -15,6 +15,12 @@
"bin": [
"stack.exe"
],
"installer": {
"script": "add_first_in_path \"$env:APPDATA\\local\\bin\" $global"
},
"uninstaller": {
"script": "remove_from_path \"$env:APPDATA\\local\\bin\" $global"
},
"checkver": {
"github": "https://github.com/commercialhaskell/stack"
},