summaryrefslogtreecommitdiff
path: root/hooks/before_prepare
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2018-05-14 12:24:07 -0400
committerGitHub <noreply@github.com>2018-05-14 12:24:07 -0400
commitcb1129fddbeffa74ca730d0ab9fa33fb5727c230 (patch)
tree46ee35674f7c1817f105b186b9dbb340ef77e022 /hooks/before_prepare
parent2cc5aa1508342e18a61f96d5abe67c2518966300 (diff)
parent91da4b8a12e7fb3dbc0183197a209a524abd851b (diff)
Merge pull request #631 from pliablepixels/tv
Tv init code - not ready - disabled for now
Diffstat (limited to 'hooks/before_prepare')
-rwxr-xr-xhooks/before_prepare/01_pp_hacks.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/hooks/before_prepare/01_pp_hacks.sh b/hooks/before_prepare/01_pp_hacks.sh
index cde25dab..06980e1e 100755
--- a/hooks/before_prepare/01_pp_hacks.sh
+++ b/hooks/before_prepare/01_pp_hacks.sh
@@ -49,6 +49,8 @@ echo "Copying Android notification icons to resource dir"
echo "--------------------------------------------------"
if [ -d "platforms/android/res/" ]; then
exe cp -R www/external/android-notification-icons/ platforms/android/res/
+ exe cp -f www/external/android-tv-banner/banner.png platforms/android/res/drawable
+
else
echo "Directory platforms/android/res/ does not exist, skipping..."
fi