This commit is contained in:
Igor Timofeev 2015-10-30 08:05:27 +03:00
parent 91b4c1ec65
commit cd55d5fe95
2 changed files with 3 additions and 3 deletions

View File

@ -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/"

View File

@ -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