blob: 6d365c68bc96c969f6fda5ca527fddbe51c4d77b [file] [log] [blame] [view]
avm9996303d54092020-01-18 21:33:16 +01001# Infinite scroll in TW
2[![Available in the Chrome Web Store](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/infinite-scroll-in-tw/hpgakoecmgibigdbnljgecablpipbajb)
3
4## Build extension in order to upload to the Chrome Web Store
5To create a zip file with the contents of the extension, which can be uploaded to the Chrome Web Store, run `bash release.bash`. You can also use `bash release.bash -channel=beta` to include a beta label in the extension name and version of the resulting zip file.
6
7The zip file will be located in the `out` folder.
8