Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed Oct 7, 2023
1 parent bb80880 commit 84623ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mtk.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
title MTKClient
python "%~dp0\mtk" %*
python "%~dp0mtk" %*
2 changes: 1 addition & 1 deletion mtk_gui.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
title MTKClient Log
python "%~dp0\mtk_gui"
python "%~dp0mtk_gui"

0 comments on commit 84623ca

Please sign in to comment.