]> git.sesse.net Git - vlc/commitdiff
msi: give at least few permissions to the generated file
authorLudovic Fauvet <etix@videolan.org>
Wed, 13 Feb 2013 17:24:31 +0000 (18:24 +0100)
committerRafaël Carré <funman@videolan.org>
Thu, 14 Feb 2013 12:46:54 +0000 (13:46 +0100)
Signed-off-by: Rafaël Carré <funman@videolan.org>
extras/package/win32/msi.mak

index 8a984064bc4d4db642f956dc1710c02f4e35bf4f..2e32f2f35742192eb89516ae6495770c4beb1a7a 100644 (file)
@@ -27,6 +27,7 @@ candle:
 
 light:
        $(LIGHT) -sval -ext WixUIExtension -ext WixUtilExtension -cultures:en-us -b $(W_MSIDIR) -b $(VLCDIR)/plugins -b $(VLCDIR)/locale -b $(VLCDIR)/lua -b $(VLCDIR)/skins $(W_MSIBUILDDIR)\\product.wixobj $(W_MSIBUILDDIR)\\axvlc.wixobj $(W_MSIBUILDDIR)\\extensions.wixobj $(W_MSIBUILDDIR)\\*.fragment.wixobj -o $(MSIOUTFILE)
+       chmod 644 $(MSIOUTFILE)
 
 cleanmsi:
        -rm -f $(MSIBUILDDIR)/*.wixobj