refactor: package name and app anem

This commit is contained in:
efrilm
2025-08-12 17:17:44 +07:00
parent a9967a366f
commit f8477d8a8c
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "apskel_owner_flutter")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.example.apskel_owner_flutter")
set(APPLICATION_ID "com.apskel.apskel_owner")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.