We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395914a commit e22cc05Copy full SHA for e22cc05
1 file changed
src/UpdateCheck.lua
@@ -79,8 +79,8 @@ end
79
ConPrintf("Checking for update...")
80
81
-- Use built-in helpers to obtain absolute paths without spawning a shell.
82
-local scriptPath = (GetScriptPath and GetScriptPath()) or "."
83
-local runtimePath = (GetRuntimePath and GetRuntimePath()) or scriptPath
+local scriptPath = "."
+local runtimePath = "."
84
85
-- Load and process local manifest
86
local localVer
0 commit comments