diff --git a/examples/build_console/backend/config/config.php b/examples/build_console/backend/config/config.php index f5187fd..25bdd8b 100644 --- a/examples/build_console/backend/config/config.php +++ b/examples/build_console/backend/config/config.php @@ -36,7 +36,7 @@ return [ 'artifacts_root' => '/var/www/localhost/htdocs/apps/app/androidcast_project/out/builds', 'ota_mount' => '/var/www/localhost/htdocs/apps/app/androidcast_project/ota-artifacts', 'ota_base_url' => 'https://apps.f0xx.org/app/androidcast_project', - 'runner_script' => '/var/www/.../android_cast/scripts/docker-build-runner.sh', + 'runner_script' => '/var/www/localhost/htdocs/apps/app/androidcast_project/android_cast/scripts/docker-build-runner.sh', 'pipeline_config' => '/var/www/.../android_cast/build.config.yml', ], 'links' => [ diff --git a/examples/platform/footer.config.example.php b/examples/platform/footer.config.example.php index edae337..d15fda5 100644 --- a/examples/platform/footer.config.example.php +++ b/examples/platform/footer.config.example.php @@ -20,9 +20,9 @@ return [ 'bottom' => null, // --- Default left column when `left` is null --- - 'holder' => 'Anton Afanaasyeu', + 'holder' => 'Anton Afanaasyeu, 2026 - current', 'copyright_symbol' => "\u{00A9}", - 'show_year' => true, + 'show_year' => false, // null = current calendar year at render time (end of range). 'year' => null, // Integer start year. With year_through_current: "2026 - current" (literal suffix).