Skip to content

Commit

Permalink
Merge pull request #798 from s1204IT/main
Browse files Browse the repository at this point in the history
Fix call path for batch files
  • Loading branch information
bkerler authored Oct 9, 2023
2 parents 7935906 + 84623ca commit 34135a7
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 34135a7

Please sign in to comment.