Skip to content

Updating

Dylan Plecki edited this page Apr 18, 2014 · 1 revision

Updating is done by separately upgrading the core and any out-of-date modules.

We include by default a Windows PowerShell script in the core folder for automatically updating the core to the latest version. Just right-click it and select run to update! Note: This will remove any custom functions in the libraries.

The updating of modules is a much more demanding process. Modules must be individually updated, and while updating, developers should be wary of keeping their custom files (such as the settings files) safe and not overwriting them.

Updated modules can be found in the modules directory, although the require manual version comparisons for each one.

If you update a module without updating the core, and the module requires a higher version of the core than is available, the framework will output an error and fail to load the module.

Clone this wiki locally