Skip to content

Commit

Permalink
用exe路径
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Dec 23, 2016
1 parent 48d7e01 commit 2a6f790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/gui/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ local function window_convert(canvas)
else
if canvas:button('开始') then
canvas:progress(0, 100)
backend = srv.async_popen(('"%s" -backend "%s"'):format(arg[0], mappath:string()))
backend = srv.async_popen(('"%s" -backend "%s"'):format(fs.get(fs.DIR_EXE):string(), mappath:string()))
srv.message = '正在初始化...'
srv.progress = nil
srv.report = {}
Expand Down

0 comments on commit 2a6f790

Please sign in to comment.