We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0979e53 commit 924bb6bCopy full SHA for 924bb6b
cmd/release/releaselet.go
@@ -681,6 +681,9 @@ var windowsData = map[string]string{
681
<Custom Action="SetApplicationRootDirectory" Before="InstallFinalize" />
682
</InstallExecuteSequence>
683
684
+<!-- Notify top level applications of the new PATH variable (golang.org/issue/18680) -->
685
+<CustomActionRef Id="WixBroadcastEnvironmentChange" />
686
+
687
<!-- Include the user interface -->
688
<WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
689
<WixVariable Id="WixUIBannerBmp" Value="images\Banner.jpg" />
0 commit comments