electron/rcedit

FR: Add option to apply the ressource changes to multiple files

GitMensch opened this issue · 0 comments

Currently only one file may be changed per invocation, if you want to change multiple files you need to call rcedit multiple times.

Ideally we could use some wildcards, something like

rcedit -f "%USERPROFILE%\dev\project\bin\abc*.dll" --set-icon "path-to-ico" --set-file-version "10.7"

Maybe allowing multiple --file parameters, too

rcedit -f "%USERPROFILE%\dev\project\bin\abc*.dll" -f "%USERPROFILE%\dev\project\bin\D??5000.dll" --set-icon "path-to-ico" --set-file-version "10.7"