НОРМАС

This commit is contained in:
Igor Timofeev 2016-06-23 19:54:19 +03:00
parent 6dca55019f
commit d7b72036e1

View File

@ -104,8 +104,8 @@ print(" ")
for i = 1, #applications do
if applications[i].preLoadFile then
print("Downloading \"" .. fs.name(applications[i].path) .. "\"")
getFromGitHubSafely(GitHubUserUrl .. applications[i].paste, applications[i].path)
print("Downloading \"" .. fs.name(applications[i].name) .. "\"")
getFromGitHubSafely(GitHubUserUrl .. applications[i].url, applications[i].name)
end
end