Skip to content

Commit e22cc05

Browse files
committed
Use local script path
1 parent 395914a commit e22cc05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/UpdateCheck.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ end
7979
ConPrintf("Checking for update...")
8080

8181
-- 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
82+
local scriptPath = "."
83+
local runtimePath = "."
8484

8585
-- Load and process local manifest
8686
local localVer

0 commit comments

Comments
 (0)