diff --git a/Applications.txt b/Applications.txt index 0e7930fa..5621bca3 100644 --- a/Applications.txt +++ b/Applications.txt @@ -68,6 +68,12 @@ ["type"]="Wallpaper", ["version"]=1.0, }, + { + ["name"]="MineOS/Pictures/ChristmasTree.pic", + ["url"]="IgorTimofeev/OpenComputers/master/MineOS/Wallpapers/ChristmasTree.pic", + ["type"]="Wallpaper", + ["version"]=1.0, + }, { ["name"]="MineOS/System/OS/Languages/Russian.lang", ["url"]="IgorTimofeev/OpenComputers/master/MineOS/Languages/Russian.lang", diff --git a/Installer/Installer.lua b/Installer/Installer.lua index beb7a402..26b3e6ac 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -391,7 +391,7 @@ end --Создаем базовые обои рабочего стола ecs.createShortCut(desktopPath .. "Pictures.lnk", picturesPath) -if downloadWallpapers then ecs.createShortCut("MineOS/System/OS/Wallpaper.lnk", picturesPath .. "AhsokaTano.pic") end +if downloadWallpapers then ecs.createShortCut("MineOS/System/OS/Wallpaper.lnk", picturesPath .. "ChristmasTree.pic") end --Автозагрузка local file = io.open("autorun.lua", "w") diff --git a/MineOS/Wallpapers/ChristmasTree.pic b/MineOS/Wallpapers/ChristmasTree.pic new file mode 100644 index 00000000..532ea9e5 Binary files /dev/null and b/MineOS/Wallpapers/ChristmasTree.pic differ