diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-12 12:54:44 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-12 12:54:44 -0400 |
| commit | c6c23b69ec85b0668e03c9fef95923b2b124ca1b (patch) | |
| tree | d1145933d179a77348c8e4c88b637717197d4a56 /hooks/before_prepare | |
| parent | 2cc5aa1508342e18a61f96d5abe67c2518966300 (diff) | |
initial
Diffstat (limited to 'hooks/before_prepare')
| -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 |
