7zip: Add persist (#1797)

* Make Codecs persist in 7zip

* add "formats" folder

Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
mosh 2021-10-23 01:09:56 +09:00 committed by GitHub
parent 01aacaf9f5
commit aaa01e539c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,10 @@
"7-Zip" "7-Zip"
] ]
], ],
"persist": [
"Codecs",
"Formats"
],
"checkver": { "checkver": {
"url": "https://www.7-zip.org/download.html", "url": "https://www.7-zip.org/download.html",
"regex": "Download 7-Zip ([\\d.]+)" "regex": "Download 7-Zip ([\\d.]+)"