Electron apps

Azgaar 2023-07-29 11:56:09 +04:00
parent 834cdb2fe3
commit 497d51add1

4
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.<br>
[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 (<key>Alt</key> -> Window -> Clean stored data). For some users desktop application can be a bit faster than web application.