mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Create versioninfo.rc
This commit is contained in:
parent
4634122276
commit
2d51aa8eff
1 changed files with 21 additions and 0 deletions
21
dist/windows/versioninfo.rc
vendored
Normal file
21
dist/windows/versioninfo.rc
vendored
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue