On my German windows installation, the Spoofer.Init call hangs indefinitely which causes the tool to never open.
This happens because the keytool command is also in German so it expects on of the commands to "ja" instead of "yes.
This MR inlines all required parameter into a single keytool call which removes the requirement for any interactive WriteLine calls.
Ideally this should be tested on a English OS as well as with other languages since I can only confirm this change on my German Windows.
On my German windows installation, the Spoofer.Init call hangs indefinitely which causes the tool to never open. This happens because the keytool command is also in German so it expects on of the commands to "ja" instead of "yes.
This MR inlines all required parameter into a single
keytool
call which removes the requirement for any interactiveWriteLine
calls.Ideally this should be tested on a English OS as well as with other languages since I can only confirm this change on my German Windows.