Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 988 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 988 Bytes

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.