From 75f9c7f79a16093add6a15ebe08b6204d7acf92f Mon Sep 17 00:00:00 2001 From: IgorTimofeev Date: Fri, 23 Feb 2024 11:54:17 +0300 Subject: [PATCH] Fixed lnk creation --- Applications/App Market.app/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/App Market.app/Main.lua b/Applications/App Market.app/Main.lua index bd9f7ed2..56432845 100644 --- a/Applications/App Market.app/Main.lua +++ b/Applications/App Market.app/Main.lua @@ -606,7 +606,7 @@ local function download(publication) callLastMethod() if not shortcutSwitchAndLabel.hidden and shortcutSwitchAndLabel.switch.state then - system.createShortcut(paths.user.desktop .. filesystem.hideExtension(filesystem.name(filesystemChooser.path)), filesystemChooser.path .. "/") + system.createShortcut(paths.user.desktop .. filesystem.hideExtension(filesystem.name(filesystemChooser.path)), filesystemChooser.path) end computer.pushSignal("system", "updateFileList")