rename app id to match desktop file

This commit is contained in:
Henry Hiles 2026-03-26 12:22:07 -04:00
commit dd9b9fdc62
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
3 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "nexus")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "nexus.federated.nexus")
set(APPLICATION_ID "nexus.federated.Nexus")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.