https://github.com/girkovarpa/verpatch-gui-lazarus
GUI for verpatch, a program for editing executable version info and other metadata.
https://github.com/girkovarpa/verpatch-gui-lazarus
delfi delphi demo example freepascal gui info lazarus metadata object-pascal pascal sample verpatch version
Last synced: 3 months ago
JSON representation
GUI for verpatch, a program for editing executable version info and other metadata.
- Host: GitHub
- URL: https://github.com/girkovarpa/verpatch-gui-lazarus
- Owner: GirkovArpa
- License: mit
- Created: 2021-04-13T23:09:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T23:09:55.000Z (about 5 years ago)
- Last Synced: 2025-06-11T15:24:16.023Z (11 months ago)
- Topics: delfi, delphi, demo, example, freepascal, gui, info, lazarus, metadata, object-pascal, pascal, sample, verpatch, version
- Language: Pascal
- Homepage: https://www.lazarus-ide.org/
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Verpatch GUI Lazarus
A graphical user interface for [verpatch](https://www.codeproject.com/Articles/37133/Simple-Version-Resource-Tool-for-Windows), a program that allows modifying an executable's metadata (such as version info and copyright).
Made with [Lazarus](https://www.lazarus-ide.org/).
## Preview

## Usage
Requires [verpatch.exe](https://github.com/egorovsa/node-verpatch/tree/master/bin) inside this folder, or in your `PATH` environment variable.
## More
See this same program [here](https://github.com/GirkovArpa/verpatch-gui) made with [Sciter](https://sciter.com), and [here](https://github.com/GirkovArpa/verpatch-gui-win32), made with [winsafe](https://github.com/rodrigocfd/winsafe).