scuti icon indicating copy to clipboard operation
scuti copied to clipboard

Crash when input jar does not have manifest

Open Col-E opened this issue 5 years ago • 0 comments

Cause: https://github.com/netindev/scuti/blob/master/scuti-core/src/main/java/tk/netindev/scuti/core/Scuti.java#L109

this.outputStream = new JarOutputStream(new FileOutputStream(this.configuration.getOutput()), null);

JarOutputStream's second parameter cannot be null.

Col-E avatar May 18 '20 05:05 Col-E