mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-22 16:08:45 +00:00
Add files and scripts to build for Steam Link
This commit is contained in:
BIN
app/deploy/steamlink/moonlight.png
Normal file
BIN
app/deploy/steamlink/moonlight.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
9
app/deploy/steamlink/moonlight.sh
Normal file
9
app/deploy/steamlink/moonlight.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# The default HOME is not persistent, so override
|
||||
# it to a path on the onboard flash. Otherwise our
|
||||
# pairing data will be lost each reboot.
|
||||
HOME=/usr/local/moonlight
|
||||
|
||||
# Write output to a logfile in /tmp
|
||||
exec ./bin/moonlight > /tmp/moonlight.log
|
||||
3
app/deploy/steamlink/toc.txt
Normal file
3
app/deploy/steamlink/toc.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
name=Moonlight
|
||||
icon=moonlight.png
|
||||
run=moonlight.sh
|
||||
Reference in New Issue
Block a user