From 8bab9a355bd017d4c8d3c15853a97da96ad35a48 Mon Sep 17 00:00:00 2001 From: Igor Date: Wed, 16 Mar 2016 17:58:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=20=D1=82=D1=83=D1=82=20=D0=BE=D0=B1?= =?UTF-8?q?=D0=BE=D0=B8=D0=BD=D0=BA=D0=B0!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installer/Installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")