mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
Fixed lnk creation
This commit is contained in:
parent
4a4ef0defe
commit
75f9c7f79a
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user