Skip to content

Commit d2b421b

Browse files
committed
Change platform detection method
1 parent 80adf39 commit d2b421b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/Zircolite_manual.pdf

-2 Bytes
Binary file not shown.

zircolite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ def getOSExternalTools(self, binPath):
705705
return "bin/evtx_dump_lin"
706706
elif platform.system() == "Darwin":
707707
return "bin/evtx_dump_mac"
708-
elif platform.system() == "win32":
708+
elif platform.system() == "Windows":
709709
return "bin\\evtx_dump_win.exe"
710710
else:
711711
return binPath

0 commit comments

Comments
 (0)