[MOD] Favicon And .bmp Files
This commit is contained in:
parent
bf476cdcd1
commit
ee950e54a9
2
setup.py
2
setup.py
@ -60,7 +60,7 @@ def py2exe_options():
|
|||||||
return {
|
return {
|
||||||
'console': [
|
'console': [
|
||||||
{'script': 'flectra-bin', 'icon_resources': [
|
{'script': 'flectra-bin', 'icon_resources': [
|
||||||
(1, join('setup', 'win32', 'static', 'pixmaps', 'openerp-icon.ico'))
|
(1, join('setup', 'win32', 'static', 'pixmaps', 'flectra-icon.ico'))
|
||||||
]},
|
]},
|
||||||
],
|
],
|
||||||
'options': {
|
'options': {
|
||||||
|
BIN
setup/win32/static/pixmaps/favicon-icon.ico
Normal file
BIN
setup/win32/static/pixmaps/favicon-icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
Binary file not shown.
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 104 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in New Issue
Block a user