From 0dd598919b41830616494563962591a586921d2d Mon Sep 17 00:00:00 2001 From: Jordan Moore Date: Sun, 10 Mar 2024 19:43:19 -0400 Subject: [PATCH] Add `Module.manifest` Fixes #1, which is caused by the Ghidra Extension loading logic requiring a `Module.manifest` in the zip of the extension. (see the `ExtensionDetails` and `ExtensionTableModel::setValueAt` checks that use logic from `ExtensionDetails` to determine if an unpakced extension directory *is* in fact an extension. --- Module.manifest | 1 + 1 file changed, 1 insertion(+) create mode 100644 Module.manifest diff --git a/Module.manifest b/Module.manifest new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Module.manifest @@ -0,0 +1 @@ +