commit a09b5aa6e19ee8c142ba6c4199e042f549b66ba3 Author: ShrBox Date: Fri May 9 20:40:05 2025 +0800 v23.1.0 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..8e4b282 --- /dev/null +++ b/tooth.json @@ -0,0 +1,31 @@ +{ + "format_version": 3, + "format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d", + "tooth": "git.levimc.org/ShrBox/7-zip", + "version": "23.1.0", + "info": { + "name": "7-zip", + "description": "7-Zip executable", + "tags": [ + "executable" + ], + "avatar_url": "" + }, + "variants": [ + { + "platform": "win-x64", + "assets": [ + { + "type": "self", + "placements": [ + { + "type": "file", + "src": "7za.exe", + "dest": "7za.exe" + } + ] + } + ] + } + ] +} \ No newline at end of file