diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-04 01:45:41 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-04 01:45:41 -0500 |
commit | 968dd34c3da43ec3e371a76c7018f4c5919e58ec (patch) | |
tree | 78ce67f6a1779d75315baf48a775ef34aade281c | |
parent | 76d966c1f97fe3f3fad195ec8b5bee78da4feb6c (diff) | |
download | SponsorBlock-968dd34c3da43ec3e371a76c7018f4c5919e58ec.tar.gz SponsorBlock-968dd34c3da43ec3e371a76c7018f4c5919e58ec.zip |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,5 @@ <p align="center"> - <a href="https://sponsor.ajay.app"><img src="icons/LogoSponsorBlocker256px.png" alt="Logo"></img></a> + <a href="https://sponsor.ajay.app"><img src="public/icons/LogoSponsorBlocker256px.png" alt="Logo"></img></a> <br/> <sub>Logo by <a href="https://github.com/munadikieh">@munadikieh</a></sub> @@ -60,7 +60,11 @@ Run `npm run dev` to run the extension using a clean browser profile with hot re ## Packing -Run `npm run build` to generate a packed extension. +Run `npm run build` to generate a packed Chrome extension. + +Use `npm run build:firefox` to generate a Firefox extension. + +The result is in `dist`. # Credit |