[vlc-commits] XPI: use win32/win64 as package name
Jean-Baptiste Kempf
git at videolan.org
Tue Aug 12 22:56:23 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 12 22:55:59 2014 +0200| [293b492790d1003e91a5f8b99167a924aaa8daea] | committer: Jean-Baptiste Kempf
XPI: use win32/win64 as package name
Ref #11856
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=293b492790d1003e91a5f8b99167a924aaa8daea
---
extras/package/win32/package.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index 1cc525f..1383a77 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -117,13 +117,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
More information about the vlc-commits
mailing list