Merge pull request #798 from s1204IT/main

Fix call path for batch files
This commit is contained in:
Bjoern Kerler 2023-10-09 09:29:11 +02:00 committed by GitHub
commit 34135a74f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
@echo off
title MTKClient
python "%~dp0\mtk" %*
python "%~dp0mtk" %*

View file

@ -1,3 +1,3 @@
@echo off
title MTKClient Log
python %~dp0\mtk_gui
python "%~dp0mtk_gui"