switch Namespace

This commit is contained in:
atseirjo
2025-10-20 14:18:17 +02:00
parent 33c1feac20
commit 8cfa812def
3 changed files with 4 additions and 4 deletions

View File

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