mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
git-with-openssh: Add GIT_INSTALL_ROOT environment variable (#275)
- closes #274
This commit is contained in:
parent
9061fc2396
commit
03386d04d0
@ -41,6 +41,9 @@
|
|||||||
"url": "https://github.com/git-for-windows/git/releases/latest",
|
"url": "https://github.com/git-for-windows/git/releases/latest",
|
||||||
"re": "v(?<version>[\\d\\w.]+)/PortableGit-(?<short>[\\d.]+).*\\.exe"
|
"re": "v(?<version>[\\d\\w.]+)/PortableGit-(?<short>[\\d.]+).*\\.exe"
|
||||||
},
|
},
|
||||||
|
"env_set": {
|
||||||
|
"GIT_INSTALL_ROOT": "$dir"
|
||||||
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user