Fixed lnk creation

This commit is contained in:
IgorTimofeev 2024-02-23 11:54:17 +03:00
parent 4a4ef0defe
commit 75f9c7f79a

View File

@ -606,7 +606,7 @@ local function download(publication)
callLastMethod() callLastMethod()
if not shortcutSwitchAndLabel.hidden and shortcutSwitchAndLabel.switch.state then 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 end
computer.pushSignal("system", "updateFileList") computer.pushSignal("system", "updateFileList")