vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri Sep 14 00:02:06 2012 +0200| [f7b388cde2037d006d69d551039f398851ef1d4e] | committer: Jean-Baptiste Kempf
Package the .zip as a minimal installation Remove stuff that do not make sense for a portable folder (cherry picked from commit cd641aa27f82e65be670f062b6dcc78ae4f05d93) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=f7b388cde2037d006d69d551039f398851ef1d4e --- extras/package/win32/package.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak index 4fb3909..c17ef06 100644 --- a/extras/package/win32/package.mak +++ b/extras/package/win32/package.mak @@ -169,7 +169,7 @@ package-win32-exe: package-win-strip $(win32_destdir)/NSIS/UAC.dll package-win32-zip: package-win-strip rm -f -- $(WINVERSION).zip - zip -r -9 $(WINVERSION).zip vlc-$(VERSION) + zip -r -9 $(WINVERSION).zip vlc-$(VERSION) --exclude \*.nsi \*NSIS\* \*languages\* \*sdk\* \*helpers\* spad\* package-win32-debug-zip: package-win-common rm -f -- $(WINVERSION)-debug.zip _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
