Skip to content

Commit 71f6ba4

Browse files
committed
Remove Newtonsoft from Readme
1 parent 498e3a0 commit 71f6ba4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ A Godot 4 addon to deploy your game to your SteamOS devkit devices with one clic
55
**Due to external dependencies, this addon is only compatible with Godot 4 C# for the time being**
66

77
- Install the following NuGet packages
8-
- Newtonsoft.Json (Version 13.0.3)
98
- SSH.NET (Version 2023.0.0)
109
- Zeroconf (Version 3.6.11)
1110
- Add the `deploy_to_steamos` folder to your project
@@ -27,6 +26,9 @@ Only the official SteamOS devkit client can establish the initial connection, in
2726
### Why is this addon only compatible with the C# build of Godot?
2827
This project uses external libraries for establishing SSH connections and scanning for devices on your network that aren't accessible through GDScript only.
2928

29+
### The deployment stops after "Uploading files"
30+
The most common cause for this problem is a build error of your project or your project missing the "Steamdeck" Linux export preset.
31+
3032
## Donations
3133
If you would like to support my open source projects, feel free to [drop me a coffee (or rather, an energy drink)](https://ko-fi.com/laurasofiaheimann) or check out my [release games](https://indiegesindel.itch.io) on itch.
3234

0 commit comments

Comments
 (0)