fortheusers / hb-appstore

Homebrew App Store - GUI for downloading/managing homebrew apps
https://hb-app.store
GNU General Public License v3.0
1.05k stars 61 forks source link

Help needed: How to add my own repo? #44

Closed station7 closed 5 years ago

station7 commented 5 years ago

Many thanks for the appstore. I read the documentation of appstore and libget several times, but where do I find repos.json to include my own repo?

pwsincd commented 5 years ago

we currently use a python script to semi automate the creation of this , an example being this : https://www.switchbru.com/appstore/repo.json they can also be manually created.

an example of our py script would be : https://github.com/pwsincd/appstore/blob/master/repo.py

vgmoose will probably give clear instruction :)

rw-r-r-0644 commented 5 years ago

If you mean where the repos.json file is located, it's in sd:/wiiu/apps/appstore/.get/repos.json for wiiu and sd:/switch/appstore/.get/repos.json for switch

station7 commented 5 years ago

Thank you so much for your answers - that covers all my questions!

station7 commented 5 years ago

Okay, I got my own repo up and running, but I have one questions left: hb-appstore does not show icons of my homebrew-apps. How do I add icons? Thanks for helping me out.

SOLVED, I figured it out myself (https://github.com/vgmoose/libget/tree/master/web/packages). Thanks anyway!