[vlc-commits] win32: Package vlc_branding.bmp in release builds

Hugo Beauzée-Luyssen git at videolan.org
Thu Feb 8 20:12:43 CET 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Feb  8 20:13:55 2018 +0100| [58e45886f780833917a369027ce9462415c47468] | committer: Hugo Beauzée-Luyssen

win32: Package vlc_branding.bmp in release builds

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

 extras/package/win32/package.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index 1c071d2c37..ad6c7eb5a7 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -172,6 +172,7 @@ package-win32-release: package-win-strip $(win32_destdir)/NSIS/nsProcess.dll pac
 	cp -r $(srcdir)/extras/package/win32/NSIS/languages    		  "$(win32_destdir)/"
 	cp -r $(srcdir)/extras/package/win32/NSIS/helpers      		  "$(win32_destdir)/"
 	cp "$(top_srcdir)/extras/package/win32/NSIS/nsProcess.nsh" "$(win32_destdir)/NSIS/"
+	cp "$(top_srcdir)/extras/package/win32/NSIS/vlc_branding.bmp" "$(win32_destdir)/NSIS/"
 
 	7z a $(7Z_OPTS) $(WINVERSION)-release.7z $(win32_debugdir) "$(win32_destdir)/"
 



More information about the vlc-commits mailing list