mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Stack: add %APPDATA%\local\bin to PATH (#1861)
This commit is contained in:
parent
a96f851082
commit
45a7324779
@ -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"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user