mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
7f0c866f48
With this we are able to include both a separate .ico file that the program can load at runtime and a .res file (that is created from the .rc file, both in the packaging/windows directory) that is linked into the executable and makes the Windows Explorer show the correct icon for subsurface. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
25 lines
No EOL
617 B
Text
25 lines
No EOL
617 B
Text
1 VERSIONINFO
|
|
FILEVERSION 1,1,0,0
|
|
PRODUCTVERSION 1,1,0,0
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "080904E4"
|
|
BEGIN
|
|
VALUE "CompanyName", "subsurface team"
|
|
VALUE "FileDescription", "subsurface dive log"
|
|
VALUE "FileVersion", "1.1"
|
|
VALUE "InternalName", "subsurface"
|
|
VALUE "LegalCopyright", "Linus Torvalds, Dirk Hohndel and others"
|
|
VALUE "OriginalFilename", "subsurface.exe"
|
|
VALUE "ProductName", "subsurface"
|
|
VALUE "ProductVersion", "1.1"
|
|
END
|
|
END
|
|
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x809, 1252
|
|
END
|
|
END
|
|
ID ICON "subsurface.ico" |