[FIX] setup.py: pixmaps/ was renamed in install/ at revno: 3659,
authorVo Minh Thu <vmt@openerp.com>
Fri, 16 Dec 2011 15:06:43 +0000 (16:06 +0100)
committerVo Minh Thu <vmt@openerp.com>
Fri, 16 Dec 2011 15:06:43 +0000 (16:06 +0100)
revision-id: al@openerp.com-20110926005444-a7vqjb05vep7xbvj

bzr revid: vmt@openerp.com-20111216150643-hpqqaih56b1kvh75

setup.py

index 7f61d53..7f2d131 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ def py2exe_options():
     if os.name == 'nt':
         import py2exe
         return {
-            "console" : [ { "script": "openerp-server", "icon_resources": [(1, join("pixmaps","openerp-icon.ico"))], }],
+            "console" : [ { "script": "openerp-server", "icon_resources": [(1, join("install","openerp-icon.ico"))], }],
             'options' : {
                 "py2exe": {
                     "skip_archive": 1,