Improve the copyright text used in the Windows resources file.
This commit is contained in:
parent
e59ce68760
commit
8ed9b529ea
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue