12. In Remix IDE create a plugin in src/app/plugins/electron. If everything works correctly the methods will be loaded from the electron side, no need to specify them here.
11. In Remix IDE create a plugin in src/app/plugins/electron. If everything works correctly the methods will be loaded from the electron side, no need to specify them here.
This plugin is only a passthrough.
```
@ -150,11 +150,10 @@ export class compilerLoaderPluginDesktop extends ElectronPlugin {
}
```
13. if you need to activate that on load you need to add it to the app.js where other plugins are activated.
12. if you need to activate that on load you need to add it to the app.js where other plugins are activated.
## CI
CI will only run the builds if the branch is master or contains the word: desktop