Minor improvements (#1499)

* Minor improvements

* Update build_files_integrity.php

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-06-09 16:32:32 +07:00 committed by GitHub
commit 0ff8ca8e20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

View file

@ -39,7 +39,17 @@ foreach ($checksumFile as $line) {
}
$dynamicFiles = [
hide_bb_path(BB_ENABLED)
hide_bb_path(BB_ENABLED),
'.htaccess',
'robots.txt',
'opensearch_desc.xml',
'opensearch_desc_bt.xml',
'favicon.png',
'composer.json',
'composer.lock',
'library/config.php',
'library/defines.php',
'styles/images/logo/logo.png'
];
$wrongFilesList = [];