diff --git a/src/installer/installer b/src/installer/installer index 81d8200..97b31d3 100644 --- a/src/installer/installer +++ b/src/installer/installer @@ -627,6 +627,7 @@ try { IO::fwrite($path . DIRECTORY_SEPARATOR . 'ncc', $executable_shortcut); + $NCC_FILESYSTEM->chmod([$path . DIRECTORY_SEPARATOR . 'ncc'], 0755); } catch (Exception $e) {