Updated Q&A (markdown)

Azgaar 2023-07-29 22:12:23 +04:00
parent 44bebb658b
commit 94895666ef

15
Q&A.md

@ -43,23 +43,10 @@ Please note that some functions like alternative Fonts or Styles are not availab
### Is there a desktop version?
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)
* Electron. Download an archive with App for your architecture from the [current release page](https://github.com/Azgaar/Fantasy-Map-Generator/releases/tag/current).
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.
The MacOS file _is not signed_, so the system will consider it unsafe and won't allow you to open the unzipped application. If you are confident that the file is safe, you can try the following steps to bypass the Gatekeeper warning:
* Open "Terminal" from the Utilities folder (found within the Applications folder)
* Type the following command and press Enter:
`xattr -rd com.apple.quarantine /path/to/your/downloaded/file`
Replace `/path/to/your/downloaded/file` with the actual path to the downloaded file. You can drag and drop the file into the Terminal window to automatically fill in the path.
After running the command, the quarantine attribute should be removed from the file, and you should be able to open it without issues.
### Which browsers are supported?
The Generator should work in any modern browser except of Safari. The tool is developed using Chrome, so it has the best support. I also try to support the latest Firefox version, but it is reported to have worse performance. Edge 79 and later will also work. Latest Opera and Yandex Browser should work fine as well. Outdated browsers like Internet Explorer are not supported.