An open API service indexing awesome lists of open source software.

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.

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

![screenshot](screenshot.png)

## 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).