mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add information that goes into the Windows .exe file
And drop the unnecessary .rc file. Signed-off-by: Thiago Macieira <thiago@macieira.org>
This commit is contained in:
parent
9e069371c6
commit
88b34b56db
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
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"
|
Loading…
Add table
Reference in a new issue