forked from ShrBox/BackupHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtooth.json
29 lines (29 loc) · 817 Bytes
/
tooth.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"format_version": 2,
"tooth": "github.com/ShrBox/BackupHelper",
"version": "0.5.2",
"info": {
"name": "BackupHelper",
"description": "A LeviLamina plugin which is port from LiteLoaderBDS to help you backup more easily",
"author": "yqs112358 & ShrBox",
"tags": [
"levilamina",
"plugin"
]
},
"asset_url": "https://github.com/ShrBox/BackupHelper/releases/download/v0.5.2/BackupHelper-windows-x64.zip",
"dependencies": {
"gitea.litebds.com/ShrBox/7-zip": "23.x"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "0.13.x"
},
"files": {
"place": [
{
"src": "BackupHelper/*",
"dest": "plugins/BackupHelper/"
}
]
}
}