We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26843a3 commit e828f66Copy full SHA for e828f66
src/BuildProcess/CompressApplication.php
@@ -67,7 +67,7 @@ protected function getPermissions($file)
67
{
68
return $file->isDir() || $file->getFilename() == 'php'
69
? 33133 // '-r-xr-xr-x'
70
- : 33060; // '-r--r--r--'
+ : fileperms($file->getRealPath());
71
}
72
73
/**
0 commit comments