From 7fc737dbe3ae9154863f33e2a0296e1ec7f907cd Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 30 Oct 2015 08:31:06 +0300 Subject: [PATCH] aefaef --- Installer/Installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/Installer.lua b/Installer/Installer.lua index a62b1f78..2144cb90 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -457,7 +457,7 @@ for i = 1, #dockApps do ecs.createShortCut(dockPath .. ecs.hideFileFormat(dockApps[i]) .. ".lnk", applicationsPath .. dockApps[i]) end -ecs.createShortCut(desktopPath .. "Puctures.lnk", picturesPath) +ecs.createShortCut(desktopPath .. "Pictures.lnk", picturesPath) ecs.createShortCut("MineOS/System/OS/Wallpaper.lnk", picturesPath .. "AhsokaTano.pic") computer.shutdown(true)