From f9d475ed15ff84fb7c6237e9445bd19de88b2c2b Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 23 Jan 2017 06:20:58 +0300 Subject: [PATCH] afaef --- Installer/Installer.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installer/Installer.lua b/Installer/Installer.lua index b543c1b7..9a516cad 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -284,8 +284,8 @@ local picturesPath = "/MineOS/Pictures/" fs.remove(desktopPath) --- fs.makeDirectory(desktopPath .. "My files") --- fs.makeDirectory(picturesPath) +fs.makeDirectory(picturesPath) +fs.makeDirectory(desktopPath) fs.makeDirectory("/MineOS/Trash/") ------------------------------ Загрузка всего ------------------------------------------