electron / rcedit

Command line tool to edit resources of exe
MIT License
1.71k stars 190 forks source link

Icon doesn't change. #139

Open N6REJ opened 4 months ago

N6REJ commented 4 months ago

Hello, using version 2.0.0 from within windows terminal in admin mode, the following command changes the version number but not the icon. .\rcedit-x64.exe bearsampp.exe --set-icon "E:\Bearsampp-development\sandbox\core\resources\homepage\img\icons\app.ico" --set-product-version "2024.6.29" The icon is valid and does exist.
I can change it with resource hacker using its gui but I'm looking for a cli option so I can utilize it from within an ant script. also will this change both the visible icon and the icon when using properties? Can you please advise?