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