Skip to content

Commit ab2b50e

Browse files
committed
chore: update tooth.json
1 parent 804b006 commit ab2b50e

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

tooth.json

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
11
{
2-
"format_version": 2,
2+
"format_version": 3,
3+
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
34
"tooth": "github.com/LiteLDev/PreLoader",
4-
"version": "1.12.0",
5+
"version": "1.13.0",
56
"info": {
67
"name": "PreLoader",
78
"description": "A library preloader for loading LeviLamina",
8-
"author": "LiteLDev",
9-
"tags": []
9+
"tags": [],
10+
"avatar_url": ""
1011
},
11-
"asset_url": "https://github.com/LiteLDev/PreLoader/releases/download/v1.12.0/preloader-windows-x64.zip",
12-
"files": {
13-
"place": [
14-
{
15-
"src": "bin/PreLoader.dll",
16-
"dest": "PreLoader.dll"
17-
}
18-
]
19-
}
12+
"variants": [
13+
{
14+
"platform": "win-x64",
15+
"assets": [
16+
{
17+
"type": "zip",
18+
"urls": [
19+
"https://{{tooth}}/releases/download/v{{version}}/preloader-windows-x64.zip"
20+
],
21+
"placements": [
22+
{
23+
"type": "file",
24+
"src": "bin/PreLoader.dll",
25+
"dest": "PreLoader.dll"
26+
}
27+
]
28+
}
29+
]
30+
}
31+
]
2032
}

0 commit comments

Comments
 (0)