metadata.json for third-party launchers
This commit is contained in:
parent
54a127b848
commit
5640987ead
1
build.sh
1
build.sh
@ -14,6 +14,7 @@ cp ./build/injector/jadeite.exe ./out
|
|||||||
cp ./build/injector/launcher_payload/launcher_payload.dll ./out
|
cp ./build/injector/launcher_payload/launcher_payload.dll ./out
|
||||||
cp ./build/game_payload/game_payload.dll ./out
|
cp ./build/game_payload/game_payload.dll ./out
|
||||||
cp ./LICENSE.txt ./out
|
cp ./LICENSE.txt ./out
|
||||||
|
cp ./metadata.json ./out
|
||||||
|
|
||||||
$strip ./out/*.{exe,dll}
|
$strip ./out/*.{exe,dll}
|
||||||
|
|
||||||
|
23
metadata.json
Normal file
23
metadata.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"jadeite": {
|
||||||
|
"version": "1.1.0"
|
||||||
|
},
|
||||||
|
"games": {
|
||||||
|
"hi3rd": {
|
||||||
|
"global": {
|
||||||
|
"status": "verified",
|
||||||
|
"version": "6.6.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hsr": {
|
||||||
|
"global": {
|
||||||
|
"status": "verified",
|
||||||
|
"version": "1.1.0"
|
||||||
|
},
|
||||||
|
"china": {
|
||||||
|
"status": "verified",
|
||||||
|
"version": "1.1.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user