Spoons / rmm

An Open Source RimWorld mod package manager and sorting tool.
GNU General Public License v3.0
24 stars 7 forks source link

Fix bug where mod download path is wrong #29

Closed pswsm closed 1 month ago

pswsm commented 6 months ago

Related to issue #16 , since it still happened to me I decided to fix it.

Basically download a mod and get the path from steamcmd output.

Raniz85 commented 6 months ago

This doesn't work for me (Gentoo Linux).

The path needs to be a Path or it won't work and if I wrap the return value from extract_download_path with Path(match) I still get an error about the file not being found.

pswsm commented 6 months ago

This doesn't work for me (Gentoo Linux).

The path needs to be a Path or it won't work and if I wrap the return value from extract_download_path with Path(match) I still get an error about the file not being found.

@Raniz85 could you provide the output for me to review them?

Spoons commented 1 month ago

This is good work. You need to restore the PyPi parameters and then I will approve it after review.

pswsm commented 1 month ago

Okay, will do this night probs. I deleted them to release my own version in the meantime.