diff options
Diffstat (limited to 'hooks')
| -rwxr-xr-x | hooks/before_prepare/01_pp_hacks.sh | 2 |
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 |
