Skip to content

Commit 5db4750

Browse files
committed
Docs.
1 parent fd3273c commit 5db4750

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Support: **[SteamDeckHomebrew Discord](https://deckbrew.xyz/discord)**, or open
88

99
If you are having issues with sync, more often than not, logs will tell you all you need to know to resolve the issue. You can find them in the plugin panel, or `~/homebrew/logs/decky-cloud-save/`. You may be asked to provide them when asking for help.
1010

11+
To see more detailed logs, you will have to modify the `log_level` in `~/homebrew/settings/decky-cloud-save/plugin.properties` to use `DEBUG`. Make sure to change it back to `INFO` or higher, when done.
12+
1113
## Features
1214

1315
* Ability to sync game saves or arbitrary files to the cloud.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decky-cloud-save",
3-
"version": "1.4.1",
3+
"version": "1.4.0",
44
"description": "Manage cloud saves for games that do not support it in [current year].",
55
"scripts": {
66
"build": "shx rm -rf dist && rollup -c",

0 commit comments

Comments
 (0)