From 2d51aa8effdc74286f5696f7aff3ec026876508a Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:22:29 -0400 Subject: [PATCH] Create versioninfo.rc --- dist/windows/versioninfo.rc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dist/windows/versioninfo.rc diff --git a/dist/windows/versioninfo.rc b/dist/windows/versioninfo.rc new file mode 100644 index 0000000..2d0078b --- /dev/null +++ b/dist/windows/versioninfo.rc @@ -0,0 +1,21 @@ +1 VERSIONINFO +FILEVERSION 1,0,0,0 +PRODUCTVERSION 1,0,0,0 +FILEOS 0x40004 +FILETYPE 0x1 +{ +BLOCK "StringFileInfo" +{ + BLOCK "040904B0" + { + VALUE "FileVersion", "nightly" + VALUE "LegalCopyright", "\xA9 Evan Su & contributors, GPLv3" + VALUE "ProductName", "Picocrypt" + } +} + +BLOCK "VarFileInfo" +{ + VALUE "Translation", 0x0409 0x04B0 +} +}