MovingBlocks / TerasologyLauncher

Terasology Launcher is the official launcher for the open source game Terasology.
http://terasology.org/
Apache License 2.0
154 stars 76 forks source link

Fix launcher link to launcher download on website #690

Closed jdrueckert closed 1 year ago

jdrueckert commented 1 year ago

Since our migration to the new website, the link the launcher shows in its update message is broken. Should be an easy fix, though: Just point it to https://terasology.org/downloads/ Feel free to beat me to it 😉

PS: once the PR fixing this issue is merged, we can release a new patch version of the launcher.

anshukrs commented 1 year ago

@jdrueckert I'm new to the opensource community and I would like to contribute. For this issue: #690, I've created a pull request. Kindly review it.

Also, the download hyperlink is hard coded. It would be better if these values should be read from any properties/yaml file.