mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Fix path
This commit is contained in:
parent
bb80880641
commit
84623ca9d9
2 changed files with 2 additions and 2 deletions
2
mtk.bat
2
mtk.bat
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
title MTKClient
|
||||
python "%~dp0\mtk" %*
|
||||
python "%~dp0mtk" %*
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
title MTKClient Log
|
||||
python "%~dp0\mtk_gui"
|
||||
python "%~dp0mtk_gui"
|
||||
|
|
Loading…
Reference in a new issue