This commit is contained in:
ShrBox 2025-05-09 20:40:05 +08:00
commit a09b5aa6e1
Signed by: ShrBox
GPG Key ID: E926367CC922FD88
2 changed files with 31 additions and 0 deletions

BIN
7za.exe Normal file

Binary file not shown.

31
tooth.json Normal file
View File

@ -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"
}
]
}
]
}
]
}