ncc/src/installer
Netkas 71214e769e
Refactor ncc extension registration logic, this also allows for debian packages to install the ncc extension automatically.
The logic related to the registration of the ncc extension has been refactored. Previously, the code that registered the ncc extension was contained in the installer. However, this change moves the code that registers the ncc extension from the installer to the Utilities/Functions class. This change was made because the extension registration is not only applicable to the installer, but is also required for several other components. This fact justified the need for the logic to be located in a more generic and accessible class. The Makefile, installer, generate_build_files.php files have been updated to reflect this change. Components using these should now work properly with the changes.
2023-10-12 16:24:36 -04:00
..
generate_build_files.php Refactor ncc extension registration logic, this also allows for debian packages to install the ncc extension automatically. 2023-10-12 16:24:36 -04:00
hash_check.php - Added the ability to compile executable binaries for php using gcc 2023-09-10 22:47:24 -04:00
installer Refactor ncc extension registration logic, this also allows for debian packages to install the ncc extension automatically. 2023-10-12 16:24:36 -04:00
ncc-package.xml Fixed incorrect mime type in ncc-package.xml 2023-10-12 15:59:58 -04:00
ncc.desktop Added debian build (WIP) 2023-10-06 02:48:32 -04:00
ncc.sh Completed installation script 2022-08-12 20:32:59 -04:00