File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -149,14 +149,14 @@ function installer.getBasaltData()
149149end
150150
151151function installer .getRelease (version )
152- local v = installer .getBasaltData ().versions [version ]
153- if (v ~= nil )then
152+ -- local v = installer.getBasaltData().versions[version]
153+ -- if(v~=nil)then
154154 printStatus (" Downloading basalt " .. version )
155- local content = http .get (" https://basalt.madefor.cc/versions/" .. v , {Authorization = _G ._GIT_API_KEY and " token " .. _G ._GIT_API_KEY })
155+ local content = http .get (" https://basalt.madefor.cc/versions/" .. version , {Authorization = _G ._GIT_API_KEY and " token " .. _G ._GIT_API_KEY })
156156 if (content ~= nil )then
157157 return content .readAll ()
158158 end
159- end
159+ -- end
160160end
161161
162162function installer .downloadRelease (file , version )
You can’t perform that action at this time.
0 commit comments