Skip to content

Commit

Permalink
legacy information added
Browse files Browse the repository at this point in the history
  • Loading branch information
jackeri committed May 7, 2014
1 parent 21dd167 commit f201a6c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/
project/
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ if (WIN32)
set(CMAKE_C_FLAGS_RELEASE "/MT /Zi /O2 /Ob2 /D NDEBUG")

remove_definitions(-DUNICODE -D_UNICODE)

if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS) # Do not show CRT warnings
endif()
else()
# optimize for reduced code size
set(CMAKE_CXX_FLAGS_RELEASE "-Os")
Expand Down
Binary file added src/resources/etl.ico
Binary file not shown.
Binary file modified src/resources/mac.icns
Binary file not shown.
Binary file removed src/resources/updater.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions src/resources/updater.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IDI_APPICON ICON DISCARDABLE "updater.ico"
IDI_APPICON ICON DISCARDABLE "etl.ico"

1 VERSIONINFO
FILEVERSION 0,0,1,0
Expand All @@ -18,9 +18,9 @@ BEGIN
VALUE "OriginalFilename", "updater.exe"
VALUE "InternalName", "updater.exe"
VALUE "FileDescription", "Software Update Tool"
VALUE "CompanyName", "Mendeley Ltd."
VALUE "LegalCopyright", "(C) Mendeley Ltd. 2011"
VALUE "ProductName", "Mendeley Software Updater"
VALUE "CompanyName", "Legacy Team."
VALUE "LegalCopyright", "� 2011-2014 Legacy Team"
VALUE "ProductName", "Legacy Updater"
VALUE "PrivateBuild", "Built by Robert Knight"
END
END
Expand Down

0 comments on commit f201a6c

Please sign in to comment.