From now on you can use this program (made in feather) to download the newest version. What do you think?
Code:console.off()
download.file {
("http://www2.webng.com/libertybasic/FeatherUpdater/newversion.txt")
("version.txt")
}
file.read {
("version.txt")
version
}
merge {
linkdown
("http://www2.webng.com/libertybasic/Feather%20")
@ version
(".zip")
}
run.using {
@ linkdown
("explorer.exe")
}