HOW TO ENABLE/DISABLE STORE FUNCTIONALITY ON RELEASE BUILDS?
You need to locate main settings INI file of BuildmLearn Toolkit which is located in:
WINDOWS - "c:\Users\<USER>\.buildmlearn-toolkit\config\config.ini"
LINUX - /home/<USER>/.buildmlearn-toolkit/config/config.ini"
MACOSX - don't know, just search for "config.ini" file
Settings INI file is automatically created AFTER Toolkit is launched at least ONCE.
Open INI file and search for "enable_store" key/value pair. If it does not exist, then navigate to "[main]" section in INI file and add this line "enable_store=true" to enable store or "enable_store=false" to disable store. Store functionality is DISABLED by default.