vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <h...@beauzee.fr> | Mon Mar 
26 14:31:52 2018 +0200| [278e26bd8886160cd225959d7df04b0296812eb2] | committer: 
Hugo Beauzée-Luyssen

msi: Use https links

(cherry picked from commit f4f39ea0d80137f1a03fd191ddac2c9a446a3865)
Signed-off-by: Hugo Beauzée-Luyssen <h...@beauzee.fr>

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

 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"

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to