mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Fix wrong paths to macOS log folder in docs
Wrong since 2eb1c60d6e72d8b2c478cf4376470ca614ef3f88.
This commit is contained in:
3
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
3
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
@ -58,7 +58,8 @@ body:
|
|||||||
|
|
||||||
The default places to find the logs on desktop platforms are as follows:
|
The default places to find the logs on desktop platforms are as follows:
|
||||||
- `%AppData%/osu/logs` *on Windows*
|
- `%AppData%/osu/logs` *on Windows*
|
||||||
- `~/.local/share/osu/logs` *on Linux & macOS*
|
- `~/.local/share/osu/logs` *on Linux*
|
||||||
|
- `~/Library/Application Support/osu/files` *on macOS*
|
||||||
|
|
||||||
If you have selected a custom location for the game files, you can find the `logs` folder there.
|
If you have selected a custom location for the game files, you can find the `logs` folder there.
|
||||||
|
|
||||||
|
@ -23,7 +23,8 @@ Issues, bug reports and feature suggestions are welcomed, though please keep in
|
|||||||
|
|
||||||
* the in-game logs, which are located at:
|
* the in-game logs, which are located at:
|
||||||
* `%AppData%/osu/logs` (on Windows),
|
* `%AppData%/osu/logs` (on Windows),
|
||||||
* `~/.local/share/osu/logs` (on Linux and macOS),
|
* `~/.local/share/osu/logs` (on Linux),
|
||||||
|
* `~/Library/Application Support/osu/logs` (on macOS),
|
||||||
* `Android/data/sh.ppy.osulazer/files/logs` (on Android),
|
* `Android/data/sh.ppy.osulazer/files/logs` (on Android),
|
||||||
* on iOS they can be obtained by connecting your device to your desktop and [copying the `logs` directory from the app's own document storage using iTunes](https://support.apple.com/en-us/HT201301#copy-to-computer),
|
* on iOS they can be obtained by connecting your device to your desktop and [copying the `logs` directory from the app's own document storage using iTunes](https://support.apple.com/en-us/HT201301#copy-to-computer),
|
||||||
* your system specifications (including the operating system and platform you are playing on),
|
* your system specifications (including the operating system and platform you are playing on),
|
||||||
|
Reference in New Issue
Block a user