This is a template implementation of ExecutorController for AutoMuteUs Portable This will be built as .dll and dynamically loaded into AutoMuteUs Portable
- Create new repository using this template
- Initialize submodule by hitting
git submodule update --init
- Update submodule by hitting
git submodule update –-remote
We always try to make the submodule up-to-date in this repository but it may not be. Make sure to update submodule by hitting the above command.