6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 11:36:46 +00:00

Disable unsupported post_uninstall script in Scoop config

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-25 18:16:19 +02:00
parent 46a723a447
commit a65156511a

View File

@@ -126,7 +126,12 @@ scoops:
post_install: [
"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"
]
# goreleaser doesn't support pre/post uninstall scripts yet
# https://goreleaser.com/customization/scoop/
# https://github.com/ScoopInstaller/Scoop/wiki/Pre-Post-(un)install-scripts
#
# post_uninstall: [
# "scoop shim rm git-list"
# ]