rename app ID to com.randogoth.muzzlevelocity

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
randogoth 2026-06-19 17:11:01 +03:00
parent fc6c69db24
commit 6b11515aa2
6 changed files with 14 additions and 14 deletions

2
linux/CMakeLists.txt Normal file → Executable file
View file

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