Re: Adapt game udapter for other projects
killing time wrote: ↑Fri Sep 23, 2022 3:17 pm UTCThere's a list of internet resources used by the updater here: https://github.com/Unvanquished/updater ... he-updater. So you'll need to find and replace each one of those.
Hi, I managed to change the feeds by disabling the online json file and modify the internal offline json. Now it shows what I want. I'm testing it to see if downloads the proper Torrent.
I changed the original torrent with this line:
Code: Select all
worker_->addTorrent("qrc:/resources/torrents/mytorrent.torrent");
To contain the torrent within the build, I'm not sure if the syntax is correct... I wait to see if others can download the torrent.
Thank you!