rmm icon indicating copy to clipboard operation
rmm copied to clipboard

Fix bug where mod download path is wrong

Open pswsm opened this issue 1 year ago • 2 comments

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.

pswsm avatar Jan 08 '24 13:01 pswsm

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 avatar Jan 11 '24 08:01 Raniz85

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?

pswsm avatar Jan 11 '24 08:01 pswsm

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

Spoons avatar Jun 11 '24 23:06 Spoons

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

pswsm avatar Jun 14 '24 13:06 pswsm