This commit is contained in:
Igor Timofeev 2015-12-20 06:30:47 +03:00
parent 89b8579c8e
commit a0fe1412c9
3 changed files with 7 additions and 1 deletions

View File

@ -68,6 +68,12 @@
["type"]="Wallpaper", ["type"]="Wallpaper",
["version"]=1.0, ["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", ["name"]="MineOS/System/OS/Languages/Russian.lang",
["url"]="IgorTimofeev/OpenComputers/master/MineOS/Languages/Russian.lang", ["url"]="IgorTimofeev/OpenComputers/master/MineOS/Languages/Russian.lang",

View File

@ -391,7 +391,7 @@ end
--Создаем базовые обои рабочего стола --Создаем базовые обои рабочего стола
ecs.createShortCut(desktopPath .. "Pictures.lnk", picturesPath) 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") local file = io.open("autorun.lua", "w")

Binary file not shown.