diff --git a/xmake.lua b/xmake.lua index 33f0414..0fc95c2 100644 --- a/xmake.lua +++ b/xmake.lua @@ -45,7 +45,7 @@ target("TowerDefense") if is_host("linux") and is_os("windows") then on_run(function(target) os.cd("test") - os.runv("wine", {target:targetfile()}) + os.execv("wine", {target:targetfile()}) end) end