Fix bugtracker URL after changing the app URL

The bugtracker URL can now no longer be automatically deduced from the app
URL.
This commit is contained in:
Martchus 2024-05-15 18:19:27 +02:00
parent 0e86549ef0
commit 864690be00
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ set(META_APP_AUTHOR "Martchus")
set(META_APP_AUTHOR_MAIL "martchus@gmx.net")
set(META_APP_URL "https://${META_APP_AUTHOR}.github.io/${META_PROJECT_NAME}")
set(META_APP_URL_RAW "https://raw.githubusercontent.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}/master")
set(META_APP_BUGTRACKER_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}/issues")
set(META_APP_DESCRIPTION "Tray application for Syncthing")
set(META_APP_CATEGORIES "Network;FileTransfer")
set(META_GUI_OPTIONAL false)