Programming Howto:Deploy a Release version of a BCI2000 Module
Appearance
Double-click the "Configure.sh.cmd" script in the BCI2000 build directory to start the CMake GUI
Make sure "USE_APPLICATION_BUNDLES" is checked, and click "Generate"
Switch to VisualStudio and click "Reload" if prompted
In your module's CMakeLists.txt, disable any "NOBUNDLE" option
Switch to Release mode
Right-click your module, and choose "Build" from the context menu
When the bundle is created, a list of contained files will be shown
The bundle looks like an executable ...
... but when appending a ".zip" extension, you can see it's a ZIP file as well








