mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Stack: add %APPDATA%\local\bin to PATH (#1861)
This commit is contained in:
parent
a96f851082
commit
45a7324779
@ -15,6 +15,12 @@
|
|||||||
"bin": [
|
"bin": [
|
||||||
"stack.exe"
|
"stack.exe"
|
||||||
],
|
],
|
||||||
|
"installer": {
|
||||||
|
"script": "add_first_in_path \"$env:APPDATA\\local\\bin\" $global"
|
||||||
|
},
|
||||||
|
"uninstaller": {
|
||||||
|
"script": "remove_from_path \"$env:APPDATA\\local\\bin\" $global"
|
||||||
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/commercialhaskell/stack"
|
"github": "https://github.com/commercialhaskell/stack"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user