This commit is contained in:
Igor Timofeev 2017-01-06 19:41:40 +03:00
parent b4a3e88af1
commit aed19e348d
3 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
Applications/.DS_Store vendored

Binary file not shown.

View File

@ -338,7 +338,7 @@ do
local percent = app / #thingsToDownload * 100
ecs.progressBar(xBar, yBar, barWidth, 1, 0xcccccc, ecs.colors.blue, percent)
ecs.getOSApplication(thingsToDownload[app])
ecs.getOSApplication("/" .. thingsToDownload[app])
end
os.sleep(timing)