Hi, I'm working on a KMP app.
The desktop side is kinda new to me and I wonder: is there any way I can implement an auto-update feature for it?
For example for the android side of things I use
ackpine and feed it the new APK when I detect a new version is released on my server.
I'd like to achieve a similar behaviour for my desktop apps, I tried reading
this without any success and learned about conveyor, which unfortunately is a paid product.
Thanks in advance!