Skip to content

Commit

Permalink
pyinstaller: fix viv pe parser
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Sep 14, 2020
1 parent 9302c0a commit 90b0702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pyinstaller/pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ a = Analysis(
"vivisect.parsers.elf",
"vivisect.parsers.ihex",
"vivisect.parsers.macho",
"vivisect.parsers.PE",
"vivisect.parsers.pe",
"vivisect.parsers.utils",
"vivisect.storage",
"vivisect.storage.basicfile",
Expand Down

0 comments on commit 90b0702

Please sign in to comment.