[vlc-commits] package: win32: Generate xpi in the build folder
Hugo Beauzée-Luyssen
git at videolan.org
Thu Mar 8 14:38:57 CET 2018
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Mar 8 13:17:55 2018 +0100| [f36719d281b6bb4b66a24fe9e5885833ec30960b] | committer: Hugo Beauzée-Luyssen
package: win32: Generate xpi in the build folder
Missed change from previous commit
(cherry picked from commit 34afe5e29ac0ced4de878259338b5c8d794d4109)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=f36719d281b6bb4b66a24fe9e5885833ec30960b
---
extras/package/win32/package.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index 430355f151..2c2ccfff52 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -99,7 +99,7 @@ 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)/"
- zip -r -9 "../$(WINVERSION).xpi" $(win32_xpi_destdir)/install.rdf $(win32_xpi_destdir)/plugins
+ zip -r -9 $(WINVERSION).xpi $(win32_xpi_destdir)/install.rdf $(win32_xpi_destdir)/plugins
package-win32-crx: package-win32-webplugin-common
More information about the vlc-commits
mailing list