mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-25 01:02:46 +01:00
afaef
This commit is contained in:
@@ -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/"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user