Updated installer to mark extension as executable

This commit is contained in:
Netkas 2023-01-29 19:22:32 -05:00
parent 8a8efa4fe5
commit b75b0432d0

View file

@ -627,6 +627,7 @@
try try
{ {
IO::fwrite($path . DIRECTORY_SEPARATOR . 'ncc', $executable_shortcut); IO::fwrite($path . DIRECTORY_SEPARATOR . 'ncc', $executable_shortcut);
$NCC_FILESYSTEM->chmod([$path . DIRECTORY_SEPARATOR . 'ncc'], 0755);
} }
catch (Exception $e) catch (Exception $e)
{ {