Closed muandrew closed 9 years ago
Closing because I read the README more carefully, this change should be suggested in the generator project.
Yup, thanks for the contribution, but the actual change should be made to the Mirror.java in the generator (the project is quite messy though :blush: )
Here's the link to the "original" Mirror.java: https://github.com/vjurenka/BWMirror-Generator/blob/master/manual-bwapi4/Mirror.java
Just makes sure that the decodedPath is being used when creation JarResources so that whitespace and other fun characters will not cause an issue.
Also made a minor improvement by prevent JarResource from being created more than once. Also, if for some reason a file is not found, do not create a zero byte version of it.