Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Added version info for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vitallium authored and ariya committed Sep 24, 2012
1 parent 8ba3c52 commit 2403c00
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion src/phantomjs_win.rc
@@ -1 +1,27 @@
IDI_ICON1 ICON DISCARDABLE "phantomjs_win.ico"
IDI_ICON1 ICON DISCARDABLE "phantomjs_win.ico"

#include <windows.h>
#include "consts.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION PHANTOMJS_VERSION_MAJOR,PHANTOMJS_VERSION_MINOR,PHANTOMJS_VERSION_PATCH
PRODUCTVERSION PHANTOMJS_VERSION_MAJOR,PHANTOMJS_VERSION_MINOR,PHANTOMJS_VERSION_PATCH
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "PhantomJS is a headless WebKit with JavaScript API"
VALUE "FileVersion", PHANTOMJS_VERSION_STRING
VALUE "LegalCopyright", "Copyright (C) Ariya Hidayat 2012"
VALUE "OriginalFilename", "phantomjs.exe"
VALUE "ProductName", "PhantomJS"
VALUE "ProductVersion", PHANTOMJS_VERSION_STRING
END
END

BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END

0 comments on commit 2403c00

Please sign in to comment.