Expose name of default desktop file via config header

This commit is contained in:
Martchus 2024-04-08 12:33:40 +02:00
parent 909346c199
commit dfbf300c65
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#define PROJECT_CONFIG_SUFFIX "@META_CONFIG_SUFFIX@"
#define PROJECT_CONFIG_TARGET_SUFFIX "@TARGET_SUFFIX@"
#define APP_NAME "@META_APP_NAME@"
#define APP_ID "@META_ID@"
#define APP_VERSION "@META_APP_VERSION@"
#define APP_VERSION_MAJOR @META_VERSION_MAJOR@
#define APP_VERSION_MINOR @META_VERSION_MINOR@