diff --git a/Home.md b/Home.md index 22c8735..62c09ad 100644 --- a/Home.md +++ b/Home.md @@ -58,7 +58,7 @@ if not(fs.exists(filePath))then while(not(fs.exists(filePath))) do local event, p1,p2,p3,p4 = os.pullEvent() if(event=="mouse_click")then - if(p3==h/2+2)and(p2>=w/2-7)and(p2<=w/2-5)then + if(p3==math.floor(h/2+2))and(p2>=w/2-7)and(p2<=w/2-5)then shell.run("wget https://raw.githubusercontent.com/NoryiE/NyoUI/master/NyoUI.lua "..filePath) _installerWindow.setVisible(false) term.clear()