Skip to content

Commit

Permalink
Merge pull request #4 from 0xricksanchez/fix_register
Browse files Browse the repository at this point in the history
  • Loading branch information
0xricksanchez authored Jul 31, 2024
2 parents cbf8e72 + 2ea7749 commit d821bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,6 @@ def run_plugin(bv) -> None:
assembler_widget.show()


UIAction.registerAction("Shellcoder\\Assemble")
UIAction.registerAction("Shellcoder\\Run")
UIActionHandler.globalActions().bindAction("Shellcoder\\Run", UIAction(run_plugin))
Menu.mainMenu("Plugins").addAction("Shellcoder\\Run", "Shellcoder")
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"type": [
"helper"
],
"version": "1.0.0"
"version": "1.0.1"
}

0 comments on commit d821bbb

Please sign in to comment.