I have created an application using QT.Can I update my executable using patch file -
i have created desktop application using qt. want update exe file sending patch file. can using qt
there update.exe job,it contact server(//localhost:getversion?proname=myapp),the web side return version of software,and compare version in local side,at last recover local exe or nothing.there simple way,put exe ftpserver(use https://filezilla-project.org/),write latest version number in txt,download txt compare local exe version. there 1 problem, update program can not update itself.
Comments
Post a Comment