mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
Updated Q&A (markdown)
parent
497d51add1
commit
44bebb658b
1 changed files with 10 additions and 0 deletions
10
Q&A.md
10
Q&A.md
|
|
@ -50,6 +50,16 @@ Modern technologies allow any web-application to be turned into a desktop applic
|
||||||
|
|
||||||
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.
|
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?
|
### 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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue