ryanjon2040 / Unreal-Binary-Builder

An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
MIT License
657 stars 150 forks source link

Fixed zip checks #20

Closed mathieudel closed 4 years ago

mathieudel commented 4 years ago

Since zip file simplification, full zip file path was checked as a directory, which is always rejected.

ryanjon2040 commented 4 years ago

Thanks a lot @mathieudel. I've merged this commit.