This commit is contained in:
crazywhalecc
2026-02-04 16:25:34 +08:00
parent 16f94466fd
commit b9af9ba056
3 changed files with 5 additions and 3 deletions

View File

@@ -100,6 +100,9 @@ class PackageBuilder
// ignore copy to self
if (realpath($src) !== realpath($dst)) {
FileSystem::copy($src, $dst);
if ($executable) {
chmod($dst, 0755);
}
}
// file exist