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