xmake set exe name

//set in your xmake.lua file
target("your_binary_name")
Sorann