Skip to content

Commit

Permalink
added version information and description to .exe in windows build (fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemin committed Nov 5, 2015
1 parent a8bc924 commit b2ab353
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions win32/qnapi.rc
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
IDI_ICON1 ICON DISCARDABLE "qnapi.ico"

#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,2,0,0
PRODUCTVERSION 0,2,0,0

BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "Aplikacja do pobierania napisow do filmow"
VALUE "FileVersion", "0.2.0"
VALUE "InternalName", "QNapi"
VALUE "OriginalFilename", "qnapi.exe"
VALUE "ProductName", "QNapi"
VALUE "ProductVersion", "0.2.0"
END
END

BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0415, 1200
END
END

0 comments on commit b2ab353

Please sign in to comment.