digitarald / make-fxos-install

Command-line tools to install packaged and hosted apps using the Firefox OS remote debugging protocols.
24 stars 8 forks source link

If both APP_NAME and name in manifest are "MozApps", install silently fails #1

Closed nickdesaulniers closed 11 years ago

nickdesaulniers commented 11 years ago

https://github.com/digitarald/make-fxos-install/blob/master/Makefile#L5 -> APP_NAME = MozApps

and make app manifest name field: MozApps

app installs, you get the window hanger, but no icon. Unfortunate naming scheme

digitarald commented 11 years ago

Fixed with setting lowercase ID from folder in Makefile