electron / rcedit

Command line tool to edit resources of exe
MIT License
1.71k stars 190 forks source link

Refactored second part of parse_version_string #52

Closed arnavb closed 7 years ago

arnavb commented 7 years ago

I Refactored second part of parse_version_string into a one-liner so that it removes all those explicit return trues, return false, and all those if statements.