feat: Add VERSIONINFO resource for windows (#4912)

This commit is contained in:
kornes
2023-11-03 17:19:50 +00:00
committed by GitHub
parent 8f99af5b7e
commit b3ed3285ee
6 changed files with 51 additions and 11 deletions
+5 -1
View File
@@ -36,7 +36,11 @@ if(BUILD_BENCHMARKS)
list(APPEND VCPKG_MANIFEST_FEATURES "benchmarks")
endif()
project(chatterino VERSION 2.4.6)
project(chatterino
VERSION 2.4.6
DESCRIPTION "Chat client for twitch.tv"
HOMEPAGE_URL "https://chatterino.com/"
)
if(CHATTERINO_LTO)
include(CheckIPOSupported)