Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 334 Bytes

File metadata and controls

17 lines (13 loc) · 334 Bytes

ReadTag

Simple program and NSIS plugin for reading Google Omaha tags.

ApplyTag can be used to add a tag in a signed exe file.

Dependencies

  • cmake >= 2.8

Compilation

mkdir build
cd build
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=MinSizeRel
nmake