mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
coursier: Persist cache and bin (#3154)
This commit is contained in:
parent
d15c478cdd
commit
454e07a8e1
@ -7,8 +7,14 @@
|
|||||||
"hash": "4c554d97e7b17493735aed86db98753d253fd9ca095d9ff82a117153d61b78c3",
|
"hash": "4c554d97e7b17493735aed86db98753d253fd9ca095d9ff82a117153d61b78c3",
|
||||||
"bin": "coursier.jar",
|
"bin": "coursier.jar",
|
||||||
"env_set": {
|
"env_set": {
|
||||||
"COURSIER_HOME": "${env:LOCALAPPDATA}\\Coursier"
|
"COURSIER_CACHE": "$dir\\cache",
|
||||||
|
"COURSIER_BIN_DIR": "$dir\\bin"
|
||||||
},
|
},
|
||||||
|
"env_add_path": "bin",
|
||||||
|
"persist": [
|
||||||
|
"cache",
|
||||||
|
"bin"
|
||||||
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/coursier/coursier/releases",
|
"url": "https://github.com/coursier/coursier/releases",
|
||||||
"regex": "tag/v([\\w\\.-]+)"
|
"regex": "tag/v([\\w\\.-]+)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user