Daily updates from Odoo
Wednesday, September 3, 2014
1 change · master
Resolved issues and error corrections
The Windows build setup now points to the correct location for the application icon, preventing a packaging error during EXE creation. This helps teams produce Windows installers reliably without manual file path workarounds.
Original PR description
setup.py is looking for openerp-icon.ico in an invalid folder "install". The correct location is setup\windows\openerp-icon.ico This fix build error when running setup.pe py2exe Short description of the issue **_Impacted versions:**_ - 8.0 (master) **_Steps to reproduce:**_ python setup.pe py2exe  **_Current behavior:**_ error: Resource filename 'install\openerp-icon.ico' dose not exist **_Expected behavior:**_ Find openerp-icon.ico which located in setup\windows folder