Skip to content

Instantly share code, notes, and snippets.

View mubasshir's full-sized avatar
🎯
Focusing

Mubasshir Pawle mubasshir

🎯
Focusing
View GitHub Profile
@mubasshir
mubasshir / 010_resource_files.js
Last active April 2, 2018 08:01 — forked from jimthedev/010_resource_files.js
Shell script to automatically copy icons and splash screens in Cordova 8.0 / Ionic Framework 3.20.0
#!/usr/bin/env node
// this file lives at hooks/after_prepare/010_resource_files.js
//just replace your Project name with Eiosys
var filestocopy = [
{
"resources/android/icon/drawable-hdpi-icon.png":
"platforms/android/res/mipmap-hdpi/icon.png"
},