mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-22 03:41:11 +00:00
legacy information added
This commit is contained in:
parent
21dd167d8b
commit
f201a6cd7d
6 changed files with 10 additions and 4 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
build/
|
||||||
|
project/
|
|
@ -31,6 +31,10 @@ if (WIN32)
|
||||||
set(CMAKE_C_FLAGS_RELEASE "/MT /Zi /O2 /Ob2 /D NDEBUG")
|
set(CMAKE_C_FLAGS_RELEASE "/MT /Zi /O2 /Ob2 /D NDEBUG")
|
||||||
|
|
||||||
remove_definitions(-DUNICODE -D_UNICODE)
|
remove_definitions(-DUNICODE -D_UNICODE)
|
||||||
|
|
||||||
|
if(MSVC)
|
||||||
|
add_definitions(-D_CRT_SECURE_NO_WARNINGS) # Do not show CRT warnings
|
||||||
|
endif()
|
||||||
else()
|
else()
|
||||||
# optimize for reduced code size
|
# optimize for reduced code size
|
||||||
set(CMAKE_CXX_FLAGS_RELEASE "-Os")
|
set(CMAKE_CXX_FLAGS_RELEASE "-Os")
|
||||||
|
|
BIN
src/resources/etl.ico
Normal file
BIN
src/resources/etl.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 70 KiB |
|
@ -1,4 +1,4 @@
|
||||||
IDI_APPICON ICON DISCARDABLE "updater.ico"
|
IDI_APPICON ICON DISCARDABLE "etl.ico"
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 0,0,1,0
|
FILEVERSION 0,0,1,0
|
||||||
|
@ -18,9 +18,9 @@ BEGIN
|
||||||
VALUE "OriginalFilename", "updater.exe"
|
VALUE "OriginalFilename", "updater.exe"
|
||||||
VALUE "InternalName", "updater.exe"
|
VALUE "InternalName", "updater.exe"
|
||||||
VALUE "FileDescription", "Software Update Tool"
|
VALUE "FileDescription", "Software Update Tool"
|
||||||
VALUE "CompanyName", "Mendeley Ltd."
|
VALUE "CompanyName", "Legacy Team."
|
||||||
VALUE "LegalCopyright", "(C) Mendeley Ltd. 2011"
|
VALUE "LegalCopyright", "© 2011-2014 Legacy Team"
|
||||||
VALUE "ProductName", "Mendeley Software Updater"
|
VALUE "ProductName", "Legacy Updater"
|
||||||
VALUE "PrivateBuild", "Built by Robert Knight"
|
VALUE "PrivateBuild", "Built by Robert Knight"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in a new issue