kelesi / mtga-utils

Magic the Gathering: Arena related stuff (Card collection export)
MIT License
53 stars 13 forks source link

Linux support? #11

Closed Kreyren closed 5 years ago

Kreyren commented 5 years ago

Assuming it beeing written in python could you export release for linux? :thinking:

kelesi commented 5 years ago

Could you please elaborate? In Linux you can just download the code and run it (assuming installed dependencies). Or are you talking about a package for PyPi?

Kreyren commented 5 years ago

@kelesi It's expected to run your code same way as windows version assuming MTGA running on platinum using wine, so providing executable in releases and some official support from you would be great.

kelesi commented 5 years ago

I am sorry, what is platinum? If you are running MTGA in wine, the windows executable should work also in wine. You can also use just the python script. Python scripts are executables. I am not sure what you need. The windows executable is just for non-tech-savvy people who don't know how to install python in windows.

Kreyren commented 5 years ago

I am sorry, what is platinum?

Meaning that the game runs same or better on wine

You can also use just the python script. Python scripts are executables.

I know, but you are providing master version only or is this rolling release?

kelesi commented 5 years ago

Master is the latest code.

Kreyren commented 5 years ago

fair enough