629
Comment:
|
2
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Icons are added as {{{icon_rsources}}} | |
Line 3: | Line 2: |
{{{ setup( windows = [ { "script": "with_gui.py", "icon_resources": [(1, "myicon.ico")] } ], ) }}} The same practice works as well for {{{console}}} and {{{windows}}} scripts. The resouce number does not seem to matter. Windows just takes the first existing icon. /!\ if somebody knows how to add small and large icons, speak up... Hm, doesn't the {{{.ico}}} file contain them? does the resource number refers to the icon's index in the {{{.ico}}} file (if containing > 1 icons) ? -- [dswsh@plasa.com dody wijaya] |