1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 08:37:37 +03:00

sync with BE

This commit is contained in:
Anton Afanasyeu
2026-06-04 18:31:17 +03:00
parent 7b1311c78e
commit afb165cbfc
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ return [
'artifacts_root' => '/var/www/localhost/htdocs/apps/app/androidcast_project/out/builds', '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_mount' => '/var/www/localhost/htdocs/apps/app/androidcast_project/ota-artifacts',
'ota_base_url' => 'https://apps.f0xx.org/app/androidcast_project', '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', 'pipeline_config' => '/var/www/.../android_cast/build.config.yml',
], ],
'links' => [ 'links' => [

View File

@@ -20,9 +20,9 @@ return [
'bottom' => null, 'bottom' => null,
// --- Default left column when `left` is null --- // --- Default left column when `left` is null ---
'holder' => 'Anton Afanaasyeu', 'holder' => 'Anton Afanaasyeu, 2026 - current',
'copyright_symbol' => "\u{00A9}", 'copyright_symbol' => "\u{00A9}",
'show_year' => true, 'show_year' => false,
// null = current calendar year at render time (end of range). // null = current calendar year at render time (end of range).
'year' => null, 'year' => null,
// Integer start year. With year_through_current: "2026 - current" (literal suffix). // Integer start year. With year_through_current: "2026 - current" (literal suffix).