Skip to content
Snippets Groups Projects
Commit 6183c9af authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Fix packaging for Win32 and macOS

parent 6ec8c0e0
No related branches found
No related tags found
1 merge request!16Fix packaging for Win32 and macOS
Pipeline #90177 passed with stage
in 17 minutes and 29 seconds
......@@ -100,7 +100,7 @@ package-macosx-zip: VLC.app
rm -f "$(top_builddir)/vlc-$(VERSION).zip"
mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/
cp -Rp $(top_builddir)/VLC.app $(top_builddir)/vlc-$(VERSION)/VLC.app
cd $(srcdir); cp -R AUTHORS COPYING README THANKS NEWS $(abs_top_builddir)/vlc-$(VERSION)/Goodies/
cd $(srcdir); cp -R AUTHORS COPYING README.md THANKS NEWS $(abs_top_builddir)/vlc-$(VERSION)/Goodies/
zip -r -y -9 $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
rm -rf "$(top_builddir)/vlc-$(VERSION)"
......
......@@ -54,7 +54,7 @@ endif
for file in AUTHORS THANKS ; \
do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt"; \
done
for file in NEWS COPYING README; \
for file in NEWS COPYING README.md; \
do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; \
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment