md-5 / SpecialSource

Automatic generator and renamer of jar obfuscation mappings.
Other
202 stars 51 forks source link

Fixed null pointer exception with relative paths #57

Closed HumanGamer closed 4 years ago

HumanGamer commented 5 years ago

Fixed null pointer exception when using relative paths and the output jar directory is the same as the working directory.

md-5 commented 5 years ago

Can you give a quick example please?

Mgazul commented 4 years ago

Can you give a quick example please?

java -jar lib/SpecialSource-1.8.6.jar -i craftbukkit-1.15.2.jar -o remap-1.15.2.jar -m spigot2mcp.srg

md-5 commented 4 years ago

Thanks