This commit is contained in:
Igor 2016-03-17 07:46:00 +03:00
parent 45766173ed
commit 088beaa4f3

View File

@ -348,7 +348,7 @@ end
--Создаем базовые обои рабочего стола
ecs.createShortCut(desktopPath .. "Pictures.lnk", picturesPath)
if downloadWallpapers then ecs.createShortCut("MineOS/System/OS/Wallpaper.lnk", picturesPath .. "Ciri.pic") end
if downloadWallpapers then ecs.createShortCut("MineOS/System/OS/Wallpaper.lnk", picturesPath .. "Girl.pic") end
--Автозагрузка
local file = io.open("autorun.lua", "w")