Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot]
55783c6bb3 chore: add VERSION v0.4.10.2 2025-11-10 13:03:04 +00:00
github-actions[bot]
7bf67091b7 chore: add VERSION v0.4.10.2 (#301)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-10 13:01:48 +00:00
Michel Roegl-Brunner
c28e1d8dae Update update.sh to not exclude files in srcipts/core from update 2025-11-10 14:00:23 +01:00
Michel Roegl-Brunner
e0a7a44470 Merge pull request #299 from community-scripts/fix/bump_build.func
Fix/bump build.func
2025-11-10 13:50:34 +01:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1 @@
0.4.10.1
0.4.10.2

View File

@@ -550,7 +550,10 @@ update_files() {
"update.log"
"*.backup"
"*.bak"
"scripts"
"scripts/ct"
"scripts/install"
"scripts/tools"
"scripts/vm"
)
# Find the actual source directory (strip the top-level directory)