Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/release: revert "notify explorer of PATH update after install on …
…Win" This reverts commit 924bb6b. https://golang.org/cl/36324 When running the release builds, we get this error: C:\workdir\windows\installer.wxs(155) : error LGHT0094 : Unresolved reference to symbol 'CustomAction:WixBroadcastEnvironmentChange' in section 'Product:*'. The wix documentation indicates we need to enable it: http://wixtoolset.org/documentation/manual/v3/customactions/wixsettingchange.html In any case, reverting this change for the 1.8 release. Updates golang/go#18680. Change-Id: I86e8d82dc57e585c11846edf589c4bab84a60308 Reviewed-on: https://go-review.googlesource.com/37135 Reviewed-by: Jeff Johnson <[email protected]> Reviewed-by: Chris Broadfoot <[email protected]>
- Loading branch information