You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
129
+
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.
130
130
This plugin is only a passthrough.
131
131
132
132
```
@@ -150,11 +150,10 @@ export class compilerLoaderPluginDesktop extends ElectronPlugin {
150
150
}
151
151
```
152
152
153
-
13. if you need to activate that on load you need to add it to the app.js where other plugins are activated.
153
+
12. if you need to activate that on load you need to add it to the app.js where other plugins are activated.
154
154
155
155
156
156
157
157
## CI
158
158
159
159
CI will only run the builds if the branch is master or contains the word: desktop
0 commit comments