commit 5a9f0d7df1144808892e9e36cd1a34119bf6dcc9 Author: ShrBox Date: Fri Mar 8 17:20:08 2024 +0800 Init repo diff --git a/7za.exe b/7za.exe new file mode 100644 index 0000000..204fad7 Binary files /dev/null and b/7za.exe differ diff --git a/tooth.json b/tooth.json new file mode 100644 index 0000000..ead3dc3 --- /dev/null +++ b/tooth.json @@ -0,0 +1,21 @@ +{ + "format_version": 2, + "tooth": "gitea.litebds.com/ShrBox/7-zip", + "version": "23.1.0", + "info": { + "name": "7-zip", + "description": "7-Zip executable", + "author": "7-zip", + "tags": [ + "executable" + ] + }, + "files": { + "place": [ + { + "src": "7za.exe", + "dest": "7za.exe" + } + ] + } +}