Question / Help How can I determine the newest version's download URL?

micechal

Member
I've made a simple program, which checks current version of OBS from Global.ini, annd compares it with the newest from www.obsproject.com/changelog.txt. If versions are equal, program say's "OBS up to date!". Otherwise it tries to download the newest version. But there's my problem. I'm using wget to download it, but I can't find any file that would link to the newest version's download URL. As for now, every new version has it's own version in filename, so it's hard to guess it. I think you, devs, could upload a simple .ini file, which would point to the newest version's URL. What do you think about it? Or do it as it is in FFsplit, the newest version has static URL. I think you know what I'm thinking about :)
 
Top