Updated installer to mark extension as executable
This commit is contained in:
parent
8a8efa4fe5
commit
b75b0432d0
1 changed files with 1 additions and 0 deletions
|
@ -627,6 +627,7 @@
|
|||
try
|
||||
{
|
||||
IO::fwrite($path . DIRECTORY_SEPARATOR . 'ncc', $executable_shortcut);
|
||||
$NCC_FILESYSTEM->chmod([$path . DIRECTORY_SEPARATOR . 'ncc'], 0755);
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue