WIN32: Escape the copyright symbol in the resource script

This commit is contained in:
Cameron Cawley 2019-03-23 18:46:34 +00:00 committed by Filippos Karapetis
parent 57dd6bd237
commit 398d9517b4

View File

@ -106,7 +106,7 @@ BEGIN
VALUE "FileDescription", "ScummVM: A free implementation of various adventure game engines\0"
VALUE "FileVersion", SCUMMVM_VERSION "\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2019 The ScummVM Team\0"
VALUE "LegalCopyright", "Copyright \xA9 2001-2019 The ScummVM Team\0"
VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
VALUE "OriginalFilename", "scummvm.exe\0"
VALUE "ProductName", "ScummVM\0"