[vlc-commits] Package the .zip as a minimal installation
Jean-Baptiste Kempf
git at videolan.org
Fri Sep 14 00:02:54 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Sep 14 00:02:06 2012 +0200| [cd641aa27f82e65be670f062b6dcc78ae4f05d93] | committer: Jean-Baptiste Kempf
Package the .zip as a minimal installation
Remove stuff that do not make sense for a portable folder
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd641aa27f82e65be670f062b6dcc78ae4f05d93
---
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 3905731..c78437c 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -167,7 +167,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
More information about the vlc-commits
mailing list