Commit 65052fef authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Ship default skin.

(cherry picked from commit 13a05801f885b9f74f6bb606faed13f813552d28)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 26c5015f
......@@ -850,7 +850,9 @@ if BUILD_SKINS
done
for i in $(top_builddir)/share/skins2/*.*; do \
cp -- "$$i" $(win32_destdir)/skins/ || true ; \
done
done \
cp -v share/skins2/default.vlt $(win32_destdir)/skins/ || true ;
endif
if BUILD_OSDMENU
......
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