Chet Corcos

Results 162 comments of Chet Corcos

Well this worked: ``` ❯❯❯ npm i --save [email protected] ```

@pvh same api and everything? Where's the source code for 2.0?

This fixed my problem ``` cp -rf platforms/android/app/src/main/res/* platforms/android/res ```

Hmm, i thought --i1024bg is optional... On Thu, 9 Nov 2017 at 00:27 Wuglyak Bolgoink wrote: > @ccorcos > > [image: image] > > > cordova-icon --icon=../original.png --i1024bg=magenta > >...

Yeah, I see that works, but the icon is not showing up when I build the app...

4.4.0 On Thu, 30 Nov 2017 at 00:20 Wuglyak Bolgoink wrote: > @ccorcos which cordova-ios version you have? > > — > You are receiving this because you were mentioned....

Alright. In my config.xml: ``` ``` In my package.json: ``` "cordova-icon": "git://github.com/WuglyakBolgoink/cordova-icon#9ad9e153557ad99be93f9c27f3d58d40e0dc66c0", ``` Here's the code I'm running. ``` $(dirname $0)/../../../node_modules/.bin/cordova-icon \ --config=$(dirname $0)/../config.xml \ --icon=$(dirname $0)/../$ICON_NAME \ --i1024bg="#fff" ```...

I used `console.log` right [here](https://github.com/AlexDisler/cordova-icon/blob/master/index.js#L234) and apparently, I was getting an error that wasn't bubbling up for some reason. I tried to find the bug, but I couldnt figure out...