Refacto source code following package name change
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-07-03 23:04:47 +02:00
parent c878c7f327
commit 694884f8c4
6 changed files with 15 additions and 15 deletions

View File

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