Skip to content

Commit 1da7072

Browse files
committed
Fix #8683: Remove cli commands as a test
1 parent 5eb8bd3 commit 1da7072

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

src/UpdateCheck.lua

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,8 @@ end
7878

7979
ConPrintf("Checking for update...")
8080

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
81+
local scriptPath = "."
82+
local runtimePath = "."
8883

8984
-- Load and process local manifest
9085
local localVer

0 commit comments

Comments
 (0)