From cd55d5fe95178c0a5ceff1bcdbe707977b66a1f5 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 30 Oct 2015 08:05:27 +0300 Subject: [PATCH] afaef --- Installer/Installer.lua | 4 ++-- MineOS/OS.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Installer/Installer.lua b/Installer/Installer.lua index 2515799a..4b0e3935 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -404,7 +404,7 @@ waitForClickOnButton(lang.restart) fs.remove("MineOS/System/OS/Users.cfg") fs.remove("MineOS/System/OS/Password.cfg") fs.remove("MineOS/System/OS/WithoutProtection.cfg") -fs.remove("MineOS/System/OS/Desktop") +fs.remove("MineOS/Desktop") fs.remove("MineOS/System/OS/Dock") local apps = { @@ -441,7 +441,7 @@ local dockApps = { "Photoshop.app", } -local desktopPath = "MineOS/System/OS/Desktop/" +local desktopPath = "MineOS/Desktop/" local dockPath = "MineOS/System/OS/Dock/" local applicationsPath = "MineOS/Applications/" local picturesPath = "MineOS/Pictures/" diff --git a/MineOS/OS.lua b/MineOS/OS.lua index 334d0bb5..9aa3c9ab 100644 --- a/MineOS/OS.lua +++ b/MineOS/OS.lua @@ -40,7 +40,7 @@ local lang = config.readAll("MineOS/System/OS/Languages/".._G._OSLANGUAGE..".lan ---------------------------------------------- Переменные ------------------------------------------------------------------------ -local workPath = "MineOS/System/OS/Desktop/" +local workPath = "MineOS/Desktop/" local pathOfDockShortcuts = "MineOS/System/OS/Dock/" local pathToWallpaper = "MineOS/System/OS/Wallpaper.lnk" local currentFileList