Commit f7b388cd 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
(cherry picked from commit cd641aa27f82e65be670f062b6dcc78ae4f05d93)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f2193616
...@@ -169,7 +169,7 @@ package-win32-exe: package-win-strip $(win32_destdir)/NSIS/UAC.dll ...@@ -169,7 +169,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