Hi, here’s what I am trying to achieve:
- Download game files from itch io for a specific game for a specific user So basically I just give an API key and a game id (here my game id), and I could download the game files if the user have bought the game.
(This is for a custom launcher)
But I found that there is no way to do that ? I’ve tried to look into the Itch app code but I don’t find where is the entry point for the game’s download…
Is there any way to do that ? Thanks!