init
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"latest_version": "1.0.0",
|
||||
"minimum_launcher_version": "1.0.0",
|
||||
"minimum_app_version": "1.0.0",
|
||||
"releases": [
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"date": "2025-12-10",
|
||||
"pck_windows": {
|
||||
"url": "https://your-host.com/releases/tekton-local-1.0.0-windows.pck",
|
||||
"size": 52428800,
|
||||
"checksum_md5": "",
|
||||
"checksum_sha256": ""
|
||||
},
|
||||
"pck_linux": {
|
||||
"url": "https://your-host.com/releases/tekton-local-1.0.0-linux.pck",
|
||||
"size": 52428800,
|
||||
"checksum_md5": "",
|
||||
"checksum_sha256": ""
|
||||
},
|
||||
"pck_macos": {
|
||||
"url": "https://your-host.com/releases/tekton-local-1.0.0-macos.pck",
|
||||
"size": 52428800,
|
||||
"checksum_md5": "",
|
||||
"checksum_sha256": ""
|
||||
},
|
||||
"pck_android": {
|
||||
"url": "https://your-host.com/releases/tekton-local-1.0.0-android.pck",
|
||||
"size": 52428800,
|
||||
"checksum_md5": "",
|
||||
"checksum_sha256": ""
|
||||
},
|
||||
"pck_ios": {
|
||||
"url": "https://your-host.com/releases/tekton-local-1.0.0-ios.pck",
|
||||
"size": 52428800,
|
||||
"checksum_md5": "",
|
||||
"checksum_sha256": ""
|
||||
},
|
||||
"changelog": [
|
||||
"Initial release",
|
||||
"Multiplayer support via Nakama",
|
||||
"Turn-based gameplay system",
|
||||
"Lobby and matchmaking",
|
||||
"Cross-platform support (Windows, Linux, macOS, Android, iOS)"
|
||||
],
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"news": [
|
||||
{
|
||||
"title": "Welcome to Tekton!",
|
||||
"date": "2025-12-10",
|
||||
"content": "The game is now available on all platforms! Join us for multiplayer tactical battles.",
|
||||
"type": "announcement"
|
||||
},
|
||||
{
|
||||
"title": "Mobile Launch",
|
||||
"date": "2025-12-10",
|
||||
"content": "Tekton is now available on Android and iOS! Download from your app store.",
|
||||
"type": "devlog"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user