Skip to content

Win32 GUI for verpatch, a program for editing executable version info and other metadata.

License

Notifications You must be signed in to change notification settings

GirkovArpa/verpatch-gui-win32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verpatch GUI Win32

A graphical user interface for verpatch, a program that allows modifying an executable's metadata (such as version info and copyright).

Made with winsafe.

Preview

screenshot

Usage

  1. Place verpatch.exe inside this folder.

  2. Run cargo run, or cargo build --release and find the resulting executable in the target/release folder.

Customization

The file resources.res can be edited with Resource Hacker™.

More

See more winsafe examples here (official) and here.

See this same program here made with Sciter.