Skip to content

Commit d821bbb

Browse files
Merge pull request #4 from 0xricksanchez/fix_register
2 parents cbf8e72 + 2ea7749 commit d821bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,6 @@ def run_plugin(bv) -> None:
619619
assembler_widget.show()
620620

621621

622-
UIAction.registerAction("Shellcoder\\Assemble")
622+
UIAction.registerAction("Shellcoder\\Run")
623623
UIActionHandler.globalActions().bindAction("Shellcoder\\Run", UIAction(run_plugin))
624624
Menu.mainMenu("Plugins").addAction("Shellcoder\\Run", "Shellcoder")

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"type": [
2121
"helper"
2222
],
23-
"version": "1.0.0"
23+
"version": "1.0.1"
2424
}

0 commit comments

Comments
 (0)