From 2556c9b985579181690062b5650bf4ca9f9cd80d Mon Sep 17 00:00:00 2001 From: Gerben Date: Tue, 21 Mar 2017 15:20:11 +0100 Subject: [PATCH] Update Makefile to build for both Fx&Cr. --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 13a8dbe..d006c7e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +build: fx-build cr-build + fx-build: - web-ext -a . build - rename -f "s/\.zip$$/.xpi/" youtubecinema-*.zip + web-ext -a .. build + rename -f "s/\.zip$$/.xpi/" ../youtubecinema-*.zip + +cr-build: + (cd .. && chromium-browser --pack-extension=youtubecinema --pack-extension-key=youtubecinema.pem)