edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
715 stars 107 forks source link

can't update newest version from server #201

Closed BeanHhb closed 2 years ago

BeanHhb commented 2 years ago

hi edvin, I download your demo and make it run. But i meet some problems in update verison. There is a fxldemo-2.0.jar in , which i have made some change. When I run the fxlauncher.jar, it still come to the fxldemo-2.0.jar customed by myself rather than the one from server. As I thought, it should be download the version from server and cover the local version. If i delete the jar in cacheDir, it can update normally. How can i make the server jar override the local jar? thanks

BeanHhb commented 2 years ago

I find out the reason. Because i upload the jar before i install local app. It can't update the version which is earlier.