From ad78008dfc7da514b85e9902b0901f3602a44cca Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 13 Feb 2018 06:53:38 +0300 Subject: [PATCH] blyad --- lib/MineOSPaths.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MineOSPaths.lua b/lib/MineOSPaths.lua index d26610e2..b97fc1ab 100755 --- a/lib/MineOSPaths.lua +++ b/lib/MineOSPaths.lua @@ -25,6 +25,7 @@ MineOSPaths.explorer = MineOSPaths.applications .. "/Finder.app/Main.lua" filesystem.makeDirectory(MineOSPaths.pictures) filesystem.makeDirectory(MineOSPaths.applicationData) filesystem.makeDirectory(MineOSPaths.trash) +filesystem.makeDirectory(MineOSPaths.desktop) ----------------------------------------------------------------------------------------------------------------