We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbf8e72 + 2ea7749 commit d821bbbCopy full SHA for d821bbb
__init__.py
@@ -619,6 +619,6 @@ def run_plugin(bv) -> None:
619
assembler_widget.show()
620
621
622
-UIAction.registerAction("Shellcoder\\Assemble")
+UIAction.registerAction("Shellcoder\\Run")
623
UIActionHandler.globalActions().bindAction("Shellcoder\\Run", UIAction(run_plugin))
624
Menu.mainMenu("Plugins").addAction("Shellcoder\\Run", "Shellcoder")
plugin.json
@@ -20,5 +20,5 @@
20
"type": [
21
"helper"
22
],
23
- "version": "1.0.0"
+ "version": "1.0.1"
24
}
0 commit comments