From 00d40d5a86a694274d4c8aba404ed979eca81c07 Mon Sep 17 00:00:00 2001 From: IgorTimofeev Date: Wed, 31 Jan 2024 01:09:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B0=20=D0=B5=D0=B1=D1=83=D1=87=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=B6=20=D0=BC=D0=B0=D1=80=D0=BA=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/App Market.app/Main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/App Market.app/Main.lua b/Applications/App Market.app/Main.lua index 28b40a55..da2cea6b 100644 --- a/Applications/App Market.app/Main.lua +++ b/Applications/App Market.app/Main.lua @@ -449,7 +449,7 @@ end local function getApplicationPathFromVersions(versionsPath) -- return versionsPath:gsub("%.app/Main%.lua", ".app") - return versionsPath:match("%.[awlp]+/Main%.lua") and filesystem.path(versionsPath) or versionsPath + return versionsPath:match("%.[awlp]+/+Main%.lua") and filesystem.path(versionsPath) or versionsPath end local function getDependencyPath(mainFilePath, dependency) @@ -505,7 +505,7 @@ local function download(publication) tree.items = {} tree.fromItem = 1 - mainFilePath = filesystemChooser.path .. (((publication.category_id == 1 or publication.category_id == 4) and "/Main.lua") or "") + mainFilePath = filesystemChooser.path .. (((publication.category_id == 1 or publication.category_id == 4) and "Main.lua") or "") -- Вот тута будет йоба-древо local dependencyTree = {}