From aaa01e539c2b61e327f1b47f891de315574de61e Mon Sep 17 00:00:00 2001 From: mosh Date: Sat, 23 Oct 2021 01:09:56 +0900 Subject: [PATCH] 7zip: Add persist (#1797) * Make Codecs persist in 7zip * add "formats" folder Co-authored-by: Issac Lin --- bucket/7zip.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bucket/7zip.json b/bucket/7zip.json index ab18d51906..d18c1e2e72 100644 --- a/bucket/7zip.json +++ b/bucket/7zip.json @@ -52,6 +52,10 @@ "7-Zip" ] ], + "persist": [ + "Codecs", + "Formats" + ], "checkver": { "url": "https://www.7-zip.org/download.html", "regex": "Download 7-Zip ([\\d.]+)"