Skip to content

Commit

Permalink
Files with no compression should still have an extension
Browse files Browse the repository at this point in the history
  • Loading branch information
JervenBolleman committed Nov 14, 2023
1 parent 391ebb2 commit 52c6e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public ProcessBuilder decompressInExternalProcessBuilder(File f) throws FileNotF
return pb;
}
},
NONE("") {
NONE("none") {

@Override
public InputStream decompress(File f) throws FileNotFoundException, IOException {
Expand Down

0 comments on commit 52c6e86

Please sign in to comment.