summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILDING b/BUILDING
index 07d4f5b..e836d08 100644
--- a/BUILDING
+++ b/BUILDING
@@ -8,3 +8,5 @@ cordova plugin add org.apache.cordova.file-transfer
cordova plugin add org.apache.cordova.network-information
cordova plugin add de.appplant.cordova.plugin.local-notification
cordova build
+cp res/icons/36-ldpi.png ../platforms/android/res/drawable-ldpi/icon.png && cp res/icons/48-mdpi.png ../platforms/android/res/drawable-mdpi/icon.png && cp res/icons/72-hdpi.png ../platforms/android/res/drawable-hdpi/icon.png && cp res/icons/96-xhdpi.png ../platforms/android/res/drawable-xhdpi/icon.png
+cp res/icons/96-xhdpi.png ../platforms/android/res/drawable/icon.png