Skip to content

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

Open
@GitMensch

Description

@GitMensch

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"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions