Prechádzať zdrojové kódy

Include Linux logs at $XDG_STATE_HOME and $HOME/.local/state (#510)

* Include Linux logs at $XDG_STATE_HOME and $HOME/.local/state

* remove mention of `$HOME/.Defold`
menaechmi 7 mesiacov pred
rodič
commit
f66956b9b5
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      docs/en/manuals/editor.md

+ 1 - 1
docs/en/manuals/editor.md

@@ -167,7 +167,7 @@ If you run into a problem with the editor and need to [report an issue](/manuals
 
   * Windows: `C:\Users\ **Your Username** \AppData\Local\Defold`
   * macOS: `/Users/ **Your Username** /Library/Application Support/` or `~/Library/Application Support/Defold`
-  * Linux: `~/.Defold`
+  * Linux: `$XDG_STATE_HOME/Defold` or `~/.local/state/Defold`
 
 You can also get access to editor logs while the editor is running if it is started from a terminal/command prompt. To launch the editor from the terminal on macOS: