Create versioninfo.rc

This commit is contained in:
Evan Su 2024-06-18 22:22:29 -04:00 committed by GitHub
parent 4634122276
commit 2d51aa8eff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
dist/windows/versioninfo.rc vendored Normal file
View file

@ -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
}
}