Skip to content

Commit

Permalink
Fixed updater not working with Authenticode signed binaries #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ccw808 committed Jul 31, 2015
1 parent d0d4162 commit dc5a6cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MTA10/core/CVersionUpdater.Util.hpp
Expand Up @@ -810,6 +810,7 @@ namespace
, iFilesize ( 0 )
{
exe.iFilesize = 0;
sig.iFilesize = 0;
rar.iFilesize = 0;
slim.iFilesize = 0;
}
Expand Down Expand Up @@ -854,6 +855,14 @@ namespace
SString strMD5;
} exe;

struct
{
SString strFilename;
CValueInt iFilesize;
CDataInfoSet serverInfoMap;
SString strMD5;
} sig;

struct
{
SString strFilename;
Expand Down

0 comments on commit dc5a6cd

Please sign in to comment.