summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-10-06 22:01:34 -0700
committerGravatar Thiago Macieira <thiago@macieira.org>2013-10-08 23:29:43 -0700
commit88b34b56db73a297c36d900236a068b7cd116677 (patch)
tree7fe540bc174d10fda7c2e54f1eb1d55839866399 /packaging
parent9e069371c6ee3e2866296c43e15a2bfdd9064804 (diff)
downloadsubsurface-88b34b56db73a297c36d900236a068b7cd116677.tar.gz
Add information that goes into the Windows .exe file
And drop the unnecessary .rc file. Signed-off-by: Thiago Macieira <thiago@macieira.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/subsurface.rc25
1 files changed, 0 insertions, 25 deletions
diff --git a/packaging/windows/subsurface.rc b/packaging/windows/subsurface.rc
deleted file mode 100644
index af79f6de9..000000000
--- a/packaging/windows/subsurface.rc
+++ /dev/null
@@ -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" \ No newline at end of file