Commit be84ae0b authored by Rafaël Carré's avatar Rafaël Carré

Fix win32 package generation - thanks to linkfanel

parent ecebe41f
......@@ -927,7 +927,7 @@ package-win32-base-exe: package-win32-base
else \
echo 'Error: cannot locate makensis tool'; exit 1; \
fi; \
eval "$$MAKENSIS $(win32_destdir)/spad.nsi"
eval "$$MAKENSIS $(win32_destdir)/spad.nsi"; \
eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"
package-win32-base-zip: package-win32-base
......
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