Fix to exclude .github from builds

This commit is contained in:
Ilia Ross
2025-11-20 20:30:41 +02:00
parent da37f364dd
commit c3a2396986
2 changed files with 2 additions and 0 deletions

View File

@@ -241,6 +241,7 @@ if ($< == 0) {
system("cd $usr_dir && chown -R root:bin .");
}
system("find $usr_dir -name .git | xargs rm -rf");
system("find $usr_dir -name .github | xargs rm -rf");
system("find $usr_dir -name RELEASE | xargs rm -rf");
system("find $usr_dir -name RELEASE.sh | xargs rm -rf");
if (-r "$usr_dir/$mod/EXCLUDE") {