Correct screenshot paths in documentation

These have been wrong since https://github.com/OpenMW/openmw/pull/2787
got merged
pull/593/head
AnyOldName3 4 years ago
parent 72ab340374
commit 03b081137a

@ -43,16 +43,16 @@ Savegames
Screenshots Screenshots
----------- -----------
+--------------+-----------------------------------------------------------------------------------------------+ +--------------+-----------------------------------------------------------------------------------------------------------+
| OS | Location | | OS | Location |
+==============+===============================================================================================+ +==============+===========================================================================================================+
| Linux | ``$HOME/.local/share/openmw`` | | Linux | ``$HOME/.local/share/openmw/screenshots`` |
+--------------+-----------------------------------------------------------------------------------------------+ +--------------+-----------------------------------------------------------------------------------------------------------+
| Mac | ``$HOME/Library/Application\ Support/openmw`` | | Mac | ``$HOME/Library/Application\ Support/openmw/screenshots`` |
+--------------+---------------+-------------------------------------------------------------------------------+ +--------------+---------------+-------------------------------------------------------------------------------------------+
| Windows | File Explorer | ``Documents\My Games\OpenMW`` | | Windows | File Explorer | ``Documents\My Games\OpenMW\screenshots`` |
| | | | | | | |
| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW"`` | | | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW\screenshots"`` |
| | | | | | | |
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW`` | | | Example | ``C:\Users\Username\Documents\My Games\OpenMW\screenshots`` |
+--------------+---------------+-------------------------------------------------------------------------------+ +--------------+---------------+-------------------------------------------------------------------------------------------+

Loading…
Cancel
Save