diff --git a/.DS_Store b/.DS_Store index 88863b80..bd497a37 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Applications/.DS_Store b/Applications/.DS_Store index 3c55cd77..3489783d 100644 Binary files a/Applications/.DS_Store and b/Applications/.DS_Store differ diff --git a/Installer/Installer.lua b/Installer/Installer.lua index f4c773cc..0dd80e03 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -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)