optimism-java / shisui

Ethereum Portal Network Client written in Go
https://www.ethportal.net/clients/shisui
GNU Lesser General Public License v3.0
5 stars 6 forks source link

Exchange of "copy" to "move" executable to bin directory #170

Closed r4f4ss closed 5 days ago

r4f4ss commented 6 days ago

Currently make copy the file main to ./build/bin/shisui directory, and an executable file named main is left. This file is unnecessary and not ignored by git. This PR move the file instead of copy.

GrapeBaBa commented 6 days ago

LGTM