Browser extension to watch YouTube videos without the distracting cruft around it, in the full window.
Browse Source

Update Makefile to build for both Fx&Cr.

tags/v1.0
Gerben 7 years ago
parent
commit
2556c9b985
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      Makefile

+ 7
- 2
Makefile View File

@@ -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)

Loading…
Cancel
Save