rajkosto / ChoiDujour

Converts Nintendo Switch firmware update packages to installable images/files that can be transferred to the device itself.
Other
123 stars 19 forks source link

Add support for non-Windows platforms and search for tools in PATH #2

Closed misson20000 closed 6 years ago

misson20000 commented 6 years ago

Tested working on Linux. Not sure if I broke anything on Windows.

rajkosto commented 6 years ago

why manually parsing path ? if the tool is on the path shouldn't it be callable just by name ? either way, the MEIPATH/current folder should end up being the first folder searched for the tools, not the last

misson20000 commented 6 years ago

Sanity checking to fail gracefully if we can't find the tool. Will fix the MEIPATH thing.

rajkosto commented 6 years ago

Ill just merge this and fix the order in another commit