Commit 912ab248 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

XPI: use win32/win64 as package name

Ref #11856

(cherry picked from commit 293b492790d1003e91a5f8b99167a924aaa8daea)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 227c4d26
......@@ -118,13 +118,13 @@ package-win32-webplugin-common: package-win-strip
package-win32-xpi: package-win32-webplugin-common
cp $(top_builddir)/npapi-vlc/npapi/package/install.rdf "$(win32_xpi_destdir)/"
cd $(win32_xpi_destdir) && zip -r -9 "../vlc-$(VERSION).xpi" install.rdf plugins
cd $(win32_xpi_destdir) && zip -r -9 "../$(WINVERSION).xpi" install.rdf plugins
package-win32-crx: package-win32-webplugin-common
cp $(top_builddir)/npapi-vlc/npapi/package/manifest.json "$(win32_xpi_destdir)/"
crxmake --pack-extension "$(win32_xpi_destdir)" \
--extension-output "$(win32_destdir)/vlc-$(VERSION).crx" --ignore-file install.rdf
--extension-output "$(win32_destdir)/$(WINVERSION).crx" --ignore-file install.rdf
# nsis is a 32-bits installer, we need to build a 32bits DLL
......
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