Update mtk.bat (Fixed Crash)

If there are spaces in the directory path, passing the path as an argument will cause the command line to fail (with an error that such directory does not exist)
:)
This commit is contained in:
Artem 2023-10-03 16:10:32 +03:00 committed by GitHub
parent 7c460f5451
commit 35dab777b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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