Add files and scripts to build for Steam Link

This commit is contained in:
Cameron Gutman
2019-03-31 23:26:17 -07:00
parent 32535578a0
commit e88d2f0ab2
5 changed files with 72 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View 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

View File

@@ -0,0 +1,3 @@
name=Moonlight
icon=moonlight.png
run=moonlight.sh