Files
builds/manifest.json
T
ozan 506f5a2ce8 engine(windows-x64): branded editor build 67d0322 (mono) + manifest
First windows-x64 binary in tinqs/builds. Branded (Tinqs icon/splash/logos baked in);
version 4.6.3.stable.mono.custom_build.67d0322c0. Closes the engine-write-access TODO
(was: only macos-arm64 published).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 03:54:52 +01:00

32 lines
1.8 KiB
JSON

{
"engine": {
"macos-arm64": {
"binary": "engine/macos-arm64/tinqs.macos.editor.arm64.mono",
"version": "4.6.3.stable.mono.custom_build.de00a306c",
"engine_repo": "tinqs/engine",
"engine_commit": "de00a30",
"sha256": "1dd8fbad55d07d20daf040dd790669893ece9783569e5060273ece33e4b68441",
"target": "editor",
"built_on": "2026-06-09",
"built_by": "Kraken (local build — pipeline not yet trusted/verified)",
"toolchain": "Xcode 26.3 (Apple clang 17)",
"scons_flags": "platform=macos target=editor arch=arm64 module_mono_enabled=yes vulkan",
"note": "Editor binary only, built from the squashed-history engine (de00a30). .NET assemblies (GodotSharp) + the Terrain3D addon are provided by the game project. Run with the existing ariki-game project."
},
"windows-x64": {
"binary": "engine/windows-x64/tinqs.windows.editor.x86_64.mono.exe",
"console_binary": "engine/windows-x64/tinqs.windows.editor.x86_64.mono.console.exe",
"version": "4.6.3.stable.mono.custom_build.67d0322c0",
"engine_repo": "tinqs/engine",
"engine_commit": "67d0322",
"sha256": "b86113409ab95ad68823f19192cdaea152824008f6560adbc55ab469304f660d",
"target": "editor",
"built_on": "2026-06-09",
"built_by": "Forge (Ozan's Windows box — local build)",
"toolchain": "MSVC VS BuildTools 2022 (vcvars amd64), SCons, mono glue + GodotSharp assemblies",
"scons_flags": "platform=windows target=editor module_mono_enabled=yes",
"note": "Branded editor binary (Tinqs app icon/splash/logos baked in). Built from engine 67d0322. .NET assemblies (GodotSharp) + the Terrain3D addon are provided by the game project. Run with the existing ariki-game project. console_binary = the .console.exe variant for terminal stdout."
}
}
}