Commit cd641aa2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Package the .zip as a minimal installation

Remove stuff that do not make sense for a portable folder
parent 205fbb22
...@@ -167,7 +167,7 @@ package-win32-exe: package-win-strip $(win32_destdir)/NSIS/UAC.dll ...@@ -167,7 +167,7 @@ package-win32-exe: package-win-strip $(win32_destdir)/NSIS/UAC.dll
package-win32-zip: package-win-strip package-win32-zip: package-win-strip
rm -f -- $(WINVERSION).zip 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 package-win32-debug-zip: package-win-common
rm -f -- $(WINVERSION)-debug.zip rm -f -- $(WINVERSION)-debug.zip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment