From 292865abb8a9b1bbef8750ae5052ce7932ad68fc Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 1 May 2014 19:32:12 +0200 Subject: füge Icons hinzu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILDING | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILDING') 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 -- cgit v1.3.1