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
Copy file name to clipboardExpand all lines: addons/goboscript/addon.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "Goboscript integration",
3
-
"description": "Integration with goboscript. Adds a decompile button the the project page, next to the Remix button.",
3
+
"description": "Integration with goboscript. Adds a decompile button on the project page, next to the Remix button.",
4
4
"tags": ["editor", "projectPage", "beta"],
5
5
"credits": [
6
6
{
@@ -51,8 +51,14 @@
51
51
],
52
52
"info": [
53
53
{
54
+
"type": "notice",
54
55
"text": "sb2gs: Holding shift while clicking the decompile button will prepend the project id.",
55
56
"id": "info1"
57
+
},
58
+
{
59
+
"type": "warning",
60
+
"text": "sb2gs: The decompile button will not work on some projects. You can try filing an issue here, providing the project id: https://github.com/aspizu/sb2gs/issues",
0 commit comments