vjurenka / BWMirror-Generator

Generator for BwMirror API
Other
7 stars 7 forks source link

Minor bug fix with copying .dll files. #2

Closed muandrew closed 9 years ago

muandrew commented 9 years ago

Just makes sure that the decodedPath is being used when creation JarResources so that whitespace and other fun characters will not cause an issue.

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.

Sorry about the other request. By the way what is the minimum level of Java you are aiming to support?