{ "version": "23.0.0", "description": "A roguelike game set in the early 20th century", "homepage": "https://sites.google.com/site/infraarcana/home", "license": { "identifier": "AGPL-3.0-or-later", "url": "https://gitlab.com/martin-tornqvist/ia/-/blob/develop/installed_files/LICENSE.txt" }, "notes": "User data are stored in C:\\Users\\[USERNAME]\\AppData\\Roaming\\infra_arcana", "architecture": { "64bit": { "url": "https://gitlab.com/martin-tornqvist/ia/-/jobs/artifacts/v23.0.0/download?job=build-windows#infraarcana-23.0.0.zip", "hash": "d11b5cb2c9afea6c2ae849c7d81f73f8d4a2f50ef5f7f4360a9e93f320aa1253" } }, "installer": { "script": "Expand-7ZipArchive \"$dir\\$fname\" -ExtractDir \"ia_windows_x64_v$version\" -Removal" }, "shortcuts": [ [ "ia.exe", "Infra Arcana\\Infra Arcana" ], [ "manual.txt", "Infra Arcana\\Infra Arcana Manual" ] ], "checkver": { "regex": "Download v(?[\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://gitlab.com/martin-tornqvist/ia/-/jobs/artifacts/v$version/download?job=build-windows#infraarcana-$version.zip" } } } }