Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created June 6, 2014 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marti1125/cf78a11178b43b22ee02 to your computer and use it in GitHub Desktop.
Save marti1125/cf78a11178b43b22ee02 to your computer and use it in GitHub Desktop.
Fix Isuee with Icons Apache/Cordova-FirefoxOS
I did some investigation and I think the plan for now should be:
1. Create a bin/templates/project/res folder in cordova-firefox
2. Copy icons there. At least sizes 128x128 and 60x60.
3. In bin/lib/create.js, make sure you copy res folder into platforms/firefoxos/platform_www. Cordova prepare will copy files in there over to www.
4. update bin/templates/project/cordova/defaults.xml with new default icons
5. Make sure icon implementation in cordova-lib/src/cordova/metadata/firefoxos_parser.js at repo cordova-lib can find the icons.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment