tauqua / gog-galaxy-itch.io

An integration connecting itch.io to GOG Galaxy 2.0 using itch's v2 API
GNU General Public License v3.0
221 stars 14 forks source link

Latest Release not working #63

Closed xsm2 closed 2 years ago

xsm2 commented 2 years ago

The plugin is working, the lastest release its not, and there aren't any build instructions on the proyect. Please update the release.

As for the build instructions, it should be something like that:

  • Install Python 3
  • Run build.bat
  • Copy the \src folder to C:\Users\USER\AppData\Local\GOG.com\Galaxy\plugins\installed and rename it to itchio

The problem it's that the .bat it's not working. I manage to build it with this command (My python version is the 3.9 windows store installation)

python3 -m pip install -r ./requirements/app.txt --target ./src/ --no-user

With that command the plugging works as intended

tauqua commented 2 years ago

I just put out the 0.0.6 release, compiled with all the changes.

We currently handle local building through pyinvoke/invoke. With the development dependencies installed, you should be able to run inv build to compile it yourself, and there's other utility invoke commands in tasks.py.