[vlc-commits] msi: Use https links

Hugo Beauzée-Luyssen git at videolan.org
Tue Mar 27 12:07:06 CEST 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Mar 26 14:31:52 2018 +0200| [f4f39ea0d80137f1a03fd191ddac2c9a446a3865] | committer: Hugo Beauzée-Luyssen

msi: Use https links

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4f39ea0d80137f1a03fd191ddac2c9a446a3865
---

 extras/package/win32/msi/config.wxi.in | 6 +++---
 extras/package/win32/msi/product.wxs   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/extras/package/win32/msi/config.wxi.in b/extras/package/win32/msi/config.wxi.in
index 5139ecce22..8173d71396 100644
--- a/extras/package/win32/msi/config.wxi.in
+++ b/extras/package/win32/msi/config.wxi.in
@@ -3,9 +3,9 @@
     <?define ShortProductName = "VLC" ?>
     <?define ProductName = "VLC media player" ?>
     <?define Manufacturer = "VideoLAN" ?>
-    <?define AboutURL = "http://www.videolan.org/vlc/" ?>
-    <?define SupportURL = "http://www.videolan.org/support/" ?>
-    <?define UpdatesURL = "http://www.videolan.org/vlc/" ?>
+    <?define AboutURL = "https://www.videolan.org/vlc/" ?>
+    <?define SupportURL = "https://www.videolan.org/support/" ?>
+    <?define UpdatesURL = "https://www.videolan.org/vlc/" ?>
 
     <?define VerMajor = "@VERSION_MAJOR@" ?>
     <?define VerMinor = "@VERSION_MINOR@" ?>
diff --git a/extras/package/win32/msi/product.wxs b/extras/package/win32/msi/product.wxs
index a3e2ed62fe..4577e207ab 100644
--- a/extras/package/win32/msi/product.wxs
+++ b/extras/package/win32/msi/product.wxs
@@ -267,8 +267,8 @@
                 <Shortcut Id="SkinShortcut" Name="$(var.ProductName) skinned" Target="[APPLICATIONFOLDER]vlc.exe" Arguments="-Iskins" />
                 <Shortcut Id="VLCCleanShortcut" Name="Reset $(var.ProductName) preferences and cache files" Target="[APPLICATIONFOLDER]vlc.exe" Arguments="--reset-config --reset-plugins-cache vlc://quit" />
                 <Shortcut Id="NEWSShortcut" Name="Release Notes" Target="[APPLICATIONFOLDER]NEWS.txt" />
-                <util:InternetShortcut Id="WebsiteShortcut" Name="VideoLAN website" Target="http://www.videolan.org/"/>
-                <util:InternetShortcut Id="DocumentationShortcut" Name="Documentation" Target="http://www.videolan.org/doc/"/>
+                <util:InternetShortcut Id="WebsiteShortcut" Name="VideoLAN website" Target="https://www.videolan.org/"/>
+                <util:InternetShortcut Id="DocumentationShortcut" Name="Documentation" Target="https://www.videolan.org/doc/"/>
                 <!-- RegistryValue which serves as KeyPath -->
                 <RegistryValue Root="HKCU"
                                Key="Software\VideoLAN\VLC"



More information about the vlc-commits mailing list