-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 3.5.0
-
Fix Version/s: None
-
Component/s: cordova-firefoxos (DEPRECATED)
-
Labels:
-
Environment:
Ubuntu 14.04 64bit
No icons are copied to the generated package.
cordova build firefoxos
cp: copyFileSync: could not write to dest file (code=ENOENT):/home/.../platforms/firefoxos/www/icon/icon-60.png
cp: copyFileSync: could not write to dest file (code=ENOENT):/home/.../platforms/firefoxos/www/icon/icon-128.png
cp: copyFileSync: could not write to dest file (code=ENOENT):/home/.../platforms/firefoxos/www/icon/icon-512.png
"..." is changed by me.
there is no icon directory and if I create it there is no change.
the config.xml contain
<platform name="firefoxos">
<icon src="logo/firefox60.png" width="60" height="60" />
<icon src="logo/firefox128.png" width="128" height="128" />
<icon src="logo/firefox512.png" width="512" height="512" />
</platform>
The error messages does not show if I change any src to a path that does not exist.
However icons are still not copied.