From 497d51add1eb27d3595759524e7e21d3c1b651af Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 29 Jul 2023 11:56:09 +0400 Subject: [PATCH] Electron apps --- Q&A.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Q&A.md b/Q&A.md index 1f71273..67a105c 100644 --- a/Q&A.md +++ b/Q&A.md @@ -44,7 +44,9 @@ Please note that some functions like alternative Fonts or Styles are not availab Modern technologies allow any web-application to be turned into a desktop application that support all features of the web app. There are 2 options supported: * PWA. Chromium-based browsers (Chrome, Edge, Opera, etc.) in Windows will prompt you with a big button 'Install'. Just click on it and confirm the installation. Installed tool will be added to your desktop and opened automatically. * Electron. Download an archive for your architecture below, unzip and run the executable file or package.
- +[Windows x64](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/current/fmg-win32-x64.zip) | +[MacOS arm64](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/current/fmg-darwin-arm64.zip) | +[Linux arm64](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/current/fmg-linux-arm64.zip) Both versions require Internet connection for the first run. Once app data is loaded to the memory, it may work offline. To update the version just clean up the cache (Alt -> Window -> Clean stored data). For some users desktop application can be a bit faster than web application.