#1
https://trongate.io/download seems to use relative links for the Mac, Windows and Linux Desktop App downloads. All give a 404 as such:

https://trongate.io/https://github.com/trongate/trongate-framework/releases/download/v1.3.3045/Trongate-1.0.5.AppImage

Until fixed, these should be the correct URLs for people who want the download link:

https://github.com/trongate/trongate-framework/releases/download/v1.3.3045/Trongate-1.0.5.AppImage

https://github.com/trongate/trongate-framework/releases/download/v1.3.3045/Trongate-1.0.5-win.zip

https://github.com/trongate/trongate-framework/releases/download/v1.3.3045/Trongate-1.0.5.AppImage
#2
Hi Shawn,

Thanks for the heads up on this issue with downloading the Desktop App from GitHub. I have patched the view file to remove 'https://trongate.io/' from the path - downloads should now be working.

DC if you are reading this - looks like the anchor() method is adding the BASE_URL to the path - not sure why..