diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000000..7ad027d7115 --- /dev/null +++ b/NOTICE @@ -0,0 +1,3 @@ +©2018 Valve Corporation. Steam and the Steam logo are trademarks and/or +registered trademarks of Valve Corporation in the U.S. and/or other countries. All +rights reserved. \ No newline at end of file diff --git a/assets/apps_linux.json b/assets/apps_linux.json index 1cfeb3d4920..552dabe23cf 100644 --- a/assets/apps_linux.json +++ b/assets/apps_linux.json @@ -13,7 +13,8 @@ "name":"Steam BigPicture", "output":"steam.txt", - "detached":["setsid steam steam://open/bigpicture"] + "detached":["setsid steam steam://open/bigpicture"], + "image-path":"./assets/steam.png" } ] } diff --git a/assets/apps_windows.json b/assets/apps_windows.json index f2a2a7ec7ae..419f2be486d 100644 --- a/assets/apps_windows.json +++ b/assets/apps_windows.json @@ -7,7 +7,8 @@ "name":"Steam BigPicture", "output":"steam.txt", - "detached":["steam steam://open/bigpicture"] + "detached":["steam steam://open/bigpicture"], + "image-path":"./assets/steam.png" } ] } diff --git a/assets/steam.png b/assets/steam.png new file mode 100644 index 00000000000..c7d4a44dcbe Binary files /dev/null and b/assets/steam.png differ diff --git a/assets/web/apps.html b/assets/web/apps.html index c87dbc891f7..9c21fe6333e 100644 --- a/assets/web/apps.html +++ b/assets/web/apps.html @@ -166,6 +166,21 @@

Applications

If not set, Sunshine will default to the parent directory of the command + +
+ + +
+ Application icon/picture/image path that will be sent to client. Image must be a PNG file. + If not set, Sunshine will send default box image. +
+