X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/afa0f43157555246b8a0cca999766630fef26f66..844c54b0c323cb1cbbe0f5b0d5ec8724be49eed4:/bin/build-html.php diff --git a/bin/build-html.php b/bin/build-html.php index 18e25e5..c00f811 100755 --- a/bin/build-html.php +++ b/bin/build-html.php @@ -62,6 +62,7 @@ function renderAllGamesList($detailsFiles) 'title' => $json->title, 'genres' => $json->genres, 'developer' => $json->developer->name, + 'developerUrl' => $json->stouyapi->{'developer-url'} ?? null, 'suggestedAge' => $json->suggestedAge, 'apkVersion' => $json->version->number, 'apkTimestamp' => $json->version->publishedAt, @@ -168,6 +169,7 @@ function renderGameFile($gameDataFile) */ $internetArchiveUrl = $json->stouyapi->{'internet-archive'} ?? null; + $developerUrl = $json->stouyapi->{'developer-url'} ?? null; $pushUrl = $GLOBALS['pushToMyOuyaUrl'] . '?game=' . urlencode($json->apk->package);