Add a wake to the dev upload
This commit is contained in:
parent
1f91a96874
commit
187a3b6d5a
|
@ -11,6 +11,9 @@ if [ -z "$ROKU_DEV_TARGET" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# My roku crashes if I try to upload with screensaver on. Always wake first
|
||||||
|
curl -d "" http://$ROKU_DEV_TARGET:8060/keypress/home
|
||||||
|
|
||||||
[ -f jellyfin-roku.zip ] && rm jellyfin-roku.zip
|
[ -f jellyfin-roku.zip ] && rm jellyfin-roku.zip
|
||||||
zip jellyfin-roku.zip manifest -r ./components -r ./source -r ./images
|
zip jellyfin-roku.zip manifest -r ./components -r ./source -r ./images
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user