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 5eb8bd3 commit 1da7072Copy full SHA for 1da7072
1 file changed
src/UpdateCheck.lua
@@ -78,13 +78,8 @@ end
78
79
ConPrintf("Checking for update...")
80
81
-local scriptPath
82
-local runtimePath
83
-do
84
- local currentDir = io.popen("cd"):read() or io.popen("pwd"):read() or "."
85
- scriptPath = currentDir
86
- runtimePath = currentDir
87
-end
+local scriptPath = "."
+local runtimePath = "."
88
89
-- Load and process local manifest
90
local localVer
0 commit comments