File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Toolbox Gateway plugin sample
2
2
3
- To load plugin into the provided Toolbox App, put files in the following directory:
3
+ To load plugin into the provided Toolbox App, run ` ./gradlew build copyPlugin `
4
4
5
- Windows: ` %LocalAppData%/JetBrains/Toolbox/cache/plugins/plugin-id `
6
- macOS: ` ~/Library/Caches/JetBrains/Toolbox/plugins/plugin-id `
7
- Linux: ` ~/.local/share/JetBrains/Toolbox/plugins/plugin-id `
5
+ or put files in the following directory:
6
+
7
+ * Windows: ` %LocalAppData%/JetBrains/Toolbox/cache/plugins/plugin-id `
8
+ * macOS: ` ~/Library/Caches/JetBrains/Toolbox/plugins/plugin-id `
9
+ * Linux: ` ~/.local/share/JetBrains/Toolbox/plugins/plugin-id `
8
10
9
11
Put all required .jar files (do not include any dependencies already included with the Toolbox App to avoid possible resolution conflicts),
10
- ` extensions.json ` and ` icon.svg ` in this directory.
12
+ ` extensions.json ` and ` icon.svg ` in this directory.
You can’t perform that action at this time.
0 commit comments