From 3c6fe9c099284d75ffdacbcef208c7c87406ce70 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <art1@andreas-romeyke.de> Date: Tue, 13 Dec 2022 10:26:13 +0100 Subject: [PATCH] - added compression level --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da8283e..cc8c6b0 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ build/: mkdir -p build build/MediaInfoMDExtractorPlugin.jar: $(DEPENDENCIES) - zip -r $@ $? + zip -9 -r $@ $? clean: rm -Rf build -- GitLab