Adjusted reg path for new batch name

This commit is contained in:
Fierelier 2019-10-25 10:58:54 +02:00
parent 29f561d7d6
commit 36dee2adee
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def qmInt(st,max):
def init():
holdShift = False
execPath = p(pUp(pUp(sp)),"launch.bat").replace(os.sep,reg.path.sep)
execPath = p(pUp(pUp(sp)),"UniversalModloader.bat").replace(os.sep,reg.path.sep)
iconPath = p(pUp(pUp(sp)),"assets","logo.ico").replace(os.sep,reg.path.sep)
print("This tool will add Universal Modloader to your context menu.")