Add other authors as well to project meta-data

This commit is contained in:
Martchus 2023-06-26 20:53:50 +02:00
parent bf288d0385
commit 0d8ebc6743
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ set(META_PROJECT_TYPE application)
set(META_PROJECT_LICENSE "GPL-3.0-or-later")
set(META_APP_NAME "Piano Booster")
set(META_APP_CATEGORIES "Music;Education;")
set(META_APP_AUTHOR "Martchus")
set(META_APP_DOMAIN "https://github.com/${META_APP_AUTHOR}")
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
set(META_APP_AUTHOR "Martchus, L. J. Barman, Fabien Givors and others")
set(META_APP_DOMAIN "https://github.com/Martchus")
set(META_APP_URL "${META_APP_DOMAIN}/${META_PROJECT_NAME}")
set(META_APP_DESCRIPTION "Learn the piano just by playing a game")
set(META_VERSION_MAJOR 1)
set(META_VERSION_MINOR 0)