mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-09 12:42:39 +01:00
afaef
This commit is contained in:
parent
91b4c1ec65
commit
cd55d5fe95
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user