Commit 881e69ce authored by Gildas Bazin's avatar Gildas Bazin

* Makefile.am: zip files have a .zip extension ;)
parent d5714f96
...@@ -569,7 +569,7 @@ package-win32-base-exe: ...@@ -569,7 +569,7 @@ package-win32-base-exe:
package-win32-base-zip: package-win32-base-zip:
# Create package # Create package
zip -r vlc-${VERSION}-win32 vlc-${VERSION} zip -r vlc-${VERSION}-win32.zip vlc-${VERSION}
package-win32-exe: package-win32-base package-win32-base-exe package-win32-exe: package-win32-base package-win32-base-exe
# Clean up # Clean up
......
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