🔨 Update bundle identifier

This commit is contained in:
2025-12-18 22:26:22 +08:00
parent 91902c81b5
commit 6f95c30e90
7 changed files with 15 additions and 15 deletions

View File

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