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/") ------------------------------ Загрузка всего ------------------------------------------