diff --git a/Developer-Guide/Modifying-the-host-application.html b/Developer-Guide/Modifying-the-host-application.html index 2fd682e..f4d9450 100644 --- a/Developer-Guide/Modifying-the-host-application.html +++ b/Developer-Guide/Modifying-the-host-application.html @@ -454,7 +454,7 @@
The top-level directory of the plugin-GUI repository contains the following folders:
.github - GitHub Actions scripts for building the GUI on Linux, macOS, and Windows. Whenever the code is updated in the testing or master branches, these scripts will automatically regenerate the GUI’s binaries and upload them to Artifactory.
.github - GitHub Actions scripts for building the GUI on Linux, macOS, and Windows. Whenever the code is updated in the testing or master branches, these scripts will automatically regenerate the GUI’s binaries and upload them to Artifactory.
Build - empty directory where platform-specific build files will be located. Any files that end up in this directory will not be included in your git commits.
JuceLibraryCode - a customized version of the source code for the Juce Library. The Open Ephys GUI uses this library for a wide variety of functions, including drawing the user interface, real-time data processing, threading, and file I/O.
Plugins - source code for plugins that are included by default with the host application.