Adjusted reg path for new batch name
This commit is contained in:
parent
29f561d7d6
commit
36dee2adee
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user