File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,15 @@ $ sudo npm install cordova-icon -g
2222
2323### Usage
2424
25- Create an ` icon.png ` file in the root folder of your cordova project.
26- You can provide a platform-specific icon by naming it ` icon-[platform].png `
27- (e.g ` icon-android.png ` , ` icon-ios.png ` ).
25+ Create an ` icon-[platform].png ` file in the root folder of your cordova project for each platform (e.g ` icon-android.png ` , ` icon-ios.png ` ).
26+
2827Then run:
2928
3029 $ cordova-icon
3130
32- You also can specify manually a location for your ` config.xml ` or ` icon.png ` :
31+ You also can specify manually a location for your ` config.xml ` .
3332
34- $ cordova-icon --config=config.xml --icon=icon.png
33+ $ cordova-icon --config=config.xml
3534
3635If you run a old version of Cordova for iOS / Mac and you need your files in ` /Resources/icons/ ` , use this option:
3736
You can’t perform that action at this time.
0 commit comments