mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-01-01 01:51:56 +00:00
2e7de82456
This is hopefully the last payload I'll ever have to manually update again, since I'm currently writing a GitHub Action to do it automatically
22 lines
383 B
JSON
22 lines
383 B
JSON
{
|
|
"payloads": [
|
|
{
|
|
"name": "Atmosphère 1.5.3",
|
|
"path": "payloads/ams-1.5.3.bin"
|
|
},
|
|
{
|
|
"name": "Hekate v6.0.4",
|
|
"path": "payloads/hekate-v6.0.3.bin"
|
|
},
|
|
{
|
|
"name": "TegraExplorer 4.0.1-hotfix4",
|
|
"path": "payloads/tegraexplorer-4.0.1-hotfix4.bin"
|
|
},
|
|
{
|
|
"name": "Upload payload",
|
|
"path": "uploaded"
|
|
}
|
|
]
|
|
}
|
|
|