mirror of
https://github.com/grdl/git-get.git
synced 2026-02-09 10:19:17 +00:00
Add missing git-list shim in scoop, ensure the shim is deleted when git-get is uninstalled
This commit is contained in:
@@ -130,5 +130,9 @@ scoops:
|
|||||||
description: "Better way to clone, organize and manage multiple git repositories"
|
description: "Better way to clone, organize and manage multiple git repositories"
|
||||||
license: MIT
|
license: MIT
|
||||||
post_install: [
|
post_install: [
|
||||||
"New-Item -ItemType HardLink -Path \"$dir\\git-list.exe\" -Target \"$dir\\git-get.exe\" -Force | Out-Null"
|
"New-Item -ItemType HardLink -Path \"$dir\\git-list.exe\" -Target \"$dir\\git-get.exe\" -Force | Out-Null",
|
||||||
|
"scoop shim add git-list \"$dir\\git-list.exe\""
|
||||||
|
],
|
||||||
|
post_uninstall: [
|
||||||
|
"scoop shim rm git-list"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user