A worker that fetches git repositories listed on Hive App Registry Wiki page, and serves the combined manifest.json file and individual icon files. The output static files are consumed by Hive App Store
If you want your app listed in the App store, go ahead add it to our app registry wiki page: https://github.com/hivewallet/hive-osx/wiki/App-Registry
Make sure to tag your releases as App Registry worker only list apps with their latest tagged git release.
All static files are updated every 10 minutes. Note that all image assets are cached for 10 minutes.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request