Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 3f45457

Browse files
author
William Li
authored
Installer metadata in ARP uses HTTP URLs
1 parent d13334a commit 3f45457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/windows/clisdk/bundle.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<Bundle Name="$(var.ProductName)" Manufacturer="$(var.Manufacturer)"
99
Version="$(var.DisplayVersion)" UpgradeCode="$(var.UpgradeCode)"
10-
AboutUrl="http://dotnet.github.io/"
10+
AboutUrl="https://dotnet.github.io/"
1111
Compressed="yes">
1212

1313
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.Foundation">

0 commit comments

Comments
 (0)