From 6ceda544a694a89f535cae2d0b88238b3bda43fa Mon Sep 17 00:00:00 2001 From: Don HO Date: Tue, 26 Mar 2019 02:51:17 +0100 Subject: [PATCH] Use new NppPluginList release 1.0.8 --- PowerEditor/src/MISC/Common/verifySignedfile.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PowerEditor/src/MISC/Common/verifySignedfile.cpp b/PowerEditor/src/MISC/Common/verifySignedfile.cpp index 927462e17..3713afc35 100644 --- a/PowerEditor/src/MISC/Common/verifySignedfile.cpp +++ b/PowerEditor/src/MISC/Common/verifySignedfile.cpp @@ -55,6 +55,9 @@ SecurityGard::SecurityGard() _pluginListSha256.push_back(TEXT("be9e251a30fd712fd2ff98febd360805df51110b6659de8c9a0000220d7ae535")); // v1.0.7 32 bit (unsigned) _pluginListSha256.push_back(TEXT("3ecd7f9c56bcd659a4126c659eb69b354789c78574a82390749ac751ae539bc6")); // v1.0.7 64 bit (unsigned) + + _pluginListSha256.push_back(TEXT("a4a7e57d605f29b294378d0d94fc867b9febd6a1cc63f1bb69bcb7609dc25f2c")); // v1.0.8 32 bit (unsigned) + _pluginListSha256.push_back(TEXT("1c404fd3578273f5ecde585af82179ff3b63c635fb4fa24be21ebde708e403e4")); // v1.0.8 64 bit (unsigned) } bool SecurityGard::checkModule(const std::wstring& filePath, NppModule module2check)