Auto Update Failing
Describe the bug When starting the Yuna application a window will appear saying "A new update is available starting download" right after that message another will appear saying "An error occurred downloading update, click hear to download manually." The correct link for Github release is given but it can never seem to reach it.
To Reproduce Steps to reproduce the behavior:
- Open Application
- Wait a second or two
- View dialog box pop up in top right for download
- Shortly after the second red dialog box will pop up saying an error has occurred.
Expected behavior The application should download the update and install it on application quit.
Screenshots

Specs:
- OS: Mac
- Version 10.15.3
I also see this on my Windows machine.
I have no control over if the auto-update works or not, it's a dependency. Seems to never work on mac though so I'll probably just disable it there.
If you don't want the error message you can disable auto-update in the settings.
Did some more research and found this article:
https://blog.avocode.com/get-that-damn-windows-auto-update-working-on-electron-b60945a6cfdf
I guess electron-builder only runs on Windows and requires a wine wrapper for MacOS and Linux.
It barely functions on windows as well, so I'll have to write my own implementation of it in the future.