Closed wshadow closed 8 years ago
I believe this happens if "minecraft" folder exists, but "minecraft/mods" doesn't.
yeah looks like making a mods folder got put inside the code that makes the minecraft folder, so if it doesn't need to make a minecraft folder it skips that line as well. https://github.com/portablejim/curseDownloader/blob/master/downloader.py#L119-L121
I used the version from #6 to avoid the issue described in #5. The download failed, because the mods folder didn't exist yet and the downloaded mod could therefore not be saved there. Manually adding the folder at the correct location solved the issue.