Skip to content

Commit

Permalink
Build - GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cafali authored Aug 19, 2024
1 parent 40a58d9 commit 52bfd42
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions resources.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#include <windows.h>

// Icon resource
IDI_ICON1 ICON "snapkey.ico"

// Version information
1 VERSIONINFO
FILEVERSION 1,2,1,0
PRODUCTVERSION 1,2,1,0
FILEOS 0x40004
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
VALUE "FileDescription", "SnapKey"
VALUE "InternalName", "SnapKey.exe"
VALUE "OriginalFilename", "SnapKey.exe"
VALUE "CompanyName", "SnapKey"
VALUE "LegalCopyright", ""
VALUE "ProductName", "SnapKey"
VALUE "FileVersion", "1.2.1.0"
VALUE "ProductVersion", "1.2.1.0"
}
}

BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04B0
}
}

0 comments on commit 52bfd42

Please sign in to comment.