8000 GitHub - raghavezetap/rcedit: Command line tool to edit resources of exe
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

raghavezetap/rcedit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcedit

Command line tool to edit resources of exe file on Windows

Building

  • Clone the repository
  • Run gyp rcedit.gyp --depth .
  • Build rcedit.sln with Visual Studio

Docs

Set version string:

$ rcedit "path-to-exe-or-dll" --set-version-string "Comments" "This is an exe"

Set file version:

$ rcedit "path-to-exe-or-dll" --set-file-version "10.7"

Set product version:

$ rcedit "path-to-exe-or-dll" --set-product-version "10.7"

Set icon:

$ rcedit "path-to-exe-or-dll" --set-icon "path-to-ico"

And you can change multiple things in one command:

$ rcedit "path-to-exe-or-dll" --set-icon "path-to-ico" --set-file-version "10.7"

About

Command line tool to edit resources of exe

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.7%
  • Python 7.3%
0