dont icon indicating copy to clipboard operation
dont copied to clipboard

use exec on Windows

Open cielavenir opened this issue 2 years ago • 2 comments

(Although it does not have fork) Windows has execvp, so why don't we use it?

cielavenir avatar Mar 28 '22 11:03 cielavenir

My impression is that it is not as useful as introducing a new dependency.

qnighy avatar Mar 28 '22 13:03 qnighy

amended to try exec only when --features windows_exec is specified

cielavenir avatar Mar 29 '22 01:03 cielavenir