[vlc-commits] package: msi: Add missing Package/Platform attribute
Hugo Beauzée-Luyssen
git at videolan.org
Tue May 29 17:08:13 CEST 2018
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue May 29 16:29:23 2018 +0200| [a63b610c912769e9f83cdf798b646d7e524850b0] | committer: Hugo Beauzée-Luyssen
package: msi: Add missing Package/Platform attribute
(cherry picked from commit f994d6d67749f71a04b73135063dbd1690818613)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a63b610c912769e9f83cdf798b646d7e524850b0
---
extras/package/win32/msi/product.wxs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/extras/package/win32/msi/product.wxs b/extras/package/win32/msi/product.wxs
index 4577e207ab..461f6d0973 100644
--- a/extras/package/win32/msi/product.wxs
+++ b/extras/package/win32/msi/product.wxs
@@ -36,7 +36,8 @@
InstallPrivileges='elevated'
InstallScope='perMachine'
InstallerVersion='200'
- Compressed='yes' />
+ Compressed='yes'
+ Platform="$(var.Platform)" />
<Condition Message="This application is only supported on Windows XP or higher.">
<![CDATA[Installed OR (VersionNT >= 501)]]>
More information about the vlc-commits
mailing list