GP-0 Fixed updated archive category path name case to agree with old

archive category path names
This commit is contained in:
emteere 2023-05-02 18:51:33 +00:00
parent e7d08749d9
commit ebe495d99a
3 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ public class SynchronizeGDTCategoryPaths extends GhidraScript {
}
finally {
secondArchive.endTransaction(transactionID, true);
secondArchive.save();
secondArchive.close();
}
}
}