From 3ac5999f8590991bd24810d8cbe829de92442638 Mon Sep 17 00:00:00 2001 From: "Jason T. Greene" Date: Tue, 14 Dec 2021 01:38:16 -0600 Subject: Switch to a new installer approach using a path manipulation helper Fixes #11089 - cleanup PATH on MSI uninstall Additionally fixes scenarios where the path can be overwritten by setx Also removes the console flash, since the helper is built as a silent gui Helper executable can be rerun by user to repair PATHs broken by other tools Utilizes executable location instead of passed parameters to remove delicate escaping requirements [NO NEW TESTS NEEDED] Signed-off-by: Jason T. Greene --- vendor/modules.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/modules.txt') diff --git a/vendor/modules.txt b/vendor/modules.txt index 5302a7e50..16f3189f9 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -743,6 +743,7 @@ golang.org/x/sys/internal/unsafeheader golang.org/x/sys/plan9 golang.org/x/sys/unix golang.org/x/sys/windows +golang.org/x/sys/windows/registry # golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b golang.org/x/term # golang.org/x/text v0.3.7 -- cgit v1.2.3-54-g00ecf