diff --git a/src/UpdateCheck.lua b/src/UpdateCheck.lua index 636473305..000232ab2 100644 --- a/src/UpdateCheck.lua +++ b/src/UpdateCheck.lua @@ -78,8 +78,8 @@ end ConPrintf("Checking for update...") -local scriptPath = GetScriptPath() -local runtimePath = GetRuntimePath() +local scriptPath = "." +local runtimePath = "." -- Load and process local manifest local localVer