From b75b0432d07397f3c794612c1894060eb37a3ef9 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 29 Jan 2023 19:22:32 -0500 Subject: [PATCH] Updated installer to mark extension as executable --- src/installer/installer | 1 + 1 file changed, 1 insertion(+) 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) {