mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
added post-install scripts, use this for git to set credential.helper config
This commit is contained in:
parent
0603f18b27
commit
464c6441dd
3
git.json
3
git.json
@ -6,5 +6,8 @@
|
|||||||
"hash": { "sha256": "ddd2e02aec58c48ae6812a7df0287b03c6c26063fe5ac36bf757efd60fd7d2e4" },
|
"hash": { "sha256": "ddd2e02aec58c48ae6812a7df0287b03c6c26063fe5ac36bf757efd60fd7d2e4" },
|
||||||
"installer": { "args": ["/verysilent", "/dir=\"$dir\""] },
|
"installer": { "args": ["/verysilent", "/dir=\"$dir\""] },
|
||||||
"bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ],
|
"bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ],
|
||||||
|
"post_install": [
|
||||||
|
"git config --global credential.helper wincred"
|
||||||
|
],
|
||||||
"uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] }
|
"uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] }
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user