Improve the copyright text used in the Windows resources file.

This commit is contained in:
Username404-59 2021-07-07 16:34:35 +02:00
parent e59ce68760
commit 8ed9b529ea
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ if (NOT DEFINED CODENAME)
endif()
set(EXEDESC "Transpiler for the yerbacon language.")
string(TIMESTAMP LEGALCOPYRIGHT "Copyright %Y - Licensed under the MPL-2.0")
string(ASCII 169 CopyrightCharacter)
string(TIMESTAMP LEGALCOPYRIGHT "Copyright ${CopyrightCharacter} 2020-%Y. Available under the MPL-2.0 license.")
file(COPY "resources/${PROJECT_NAME}.ico" DESTINATION "processed")
configure_file("resources/${PROJECT_NAME}.manifest" "processed/${PROJECT_NAME}.manifest" @ONLY)
configure_file("resources/${PROJECT_NAME}.rc" "processed/${PROJECT_NAME}.rc" @ONLY)