diff --git a/main.js b/main.js index a5263556..d7df6164 100644 --- a/main.js +++ b/main.js @@ -338,6 +338,7 @@ function showWelcomeMessage() { const reddit = link("https://www.reddit.com/r/FantasyMapGenerator", "Reddit community"); const discord = link("https://discordapp.com/invite/X7E84HU", "Discord server"); const patreon = link("https://www.patreon.com/azgaar", "Patreon"); + const desktop = link("https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Q&A#is-there-a-desktop-version", "desktop application"); alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version ${version}. This version is compatible with ${changelog}, loaded .map files will be auto-updated. @@ -349,6 +350,8 @@ function showWelcomeMessage() {
  • Regiments editor
  • +

    You can can also download a ${desktop}.

    +

    Join our ${discord} and ${reddit} to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.

    Thanks for all supporters on ${patreon}!`;