From 088beaa4f3232680c0caa4d4e89274d78d2e2923 Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 17 Mar 2016 07:46:00 +0300 Subject: [PATCH] aefae --- Installer/Installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/Installer.lua b/Installer/Installer.lua index 9c59373a..961ea4cd 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 .. "Ciri.pic") end +if downloadWallpapers then ecs.createShortCut("MineOS/System/OS/Wallpaper.lnk", picturesPath .. "Girl.pic") end --Автозагрузка local file = io.open("autorun.lua", "w")